Hi Phil,
Thanks for contacting syncfusion support.
We have checked your query. We would like to inform you that, to read the PDF and XLS files, you need to add the file types in FileTypes API of FileExplorer and you can download these files as like other files. Please refer the below code block.
|
@(Html.EJ().FileExplorer("fileExplorer")
.FileTypes("*.png, *.gif, *.jpg, *.jpeg, *.docx, *.pdf, *.xls")
.Path("~/content/images/FileExplorer/")
.AjaxAction(@Url.Content("/FileExplorer/FileActionDefault"))
.Width("900px").Height("400px").IsResponsive(true)) |
For your convenience we have attached the sample in the below link.
To know more details, please refer the below documentation link.
If we misunderstood your query, please let us know your exact requirement with more details. This will help us to provide the solution at earliest.
Regards,
Karthik R