Hi Mahesh,
Greetings from Syncfusion support.
We have checked your requirement with FileManager component. As mentioned in your shared UG link, you need to add the polyfill for rendering our FileManager component in Internet Explorer.
Refer the below code snippet.
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
<!-- Syncfusion Essential JS 2 Styles -->
<!-- Syncfusion Essential JS 2 Scripts -->
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
</head> |
We have added the UG documentation for this requirement. Refer the below link.
For your reference, we have prepared a MVC application for FileManager component.
Refer the below links to know more about the FileManager component.
Please let us know, if you need any further assistance.
Regards,
Sowmiya.P