In an ASP.NET MVC application that should not have client-side objects, such as ActiveX, Flash, or Java applets (JavaScript is fine), is it possible to assume that only the files that I specify will appear when the file download dialog box appears ?
For example, only the .docx or docx and jpg extension files will be visible and can be selected in the open file dialog box to select the file to upload.
I read that there is a problem with browser support for this function, although this is what should work with the correct settings?
If I could get some examples, and some heads-up on that, it would be great.
Will AjaxControlKit be the one that supports this functionality?
Thanks,
Ric
source
share