Can FileExplorer Control in ASP.net MVC be used to access folders in the network such as in the file server which is different than the application server
<div class="cols-fe-area">
<div class="cols-fe-table">
@Html.EJ().FileExplorer("fileExplorer").FileTypes("*.png, *.gif, *.jpg, *.jpeg, *.docx").Path(@"\\\\VETEN\\Common").AjaxAction(@Url.Content("FileActionDefault")).Width("100%").IsResponsive(true)
</div>
</div>
This does not seem to work . The path is always relevant to the web api folder