Hi,
In an ASP.NET MVC application which is not to have client side objects like ActiveXes, Flash or Java Applets (JavaScript is OK), is it feasible to imagine it being possible that when an upload file dialog box pops up, it will only show the files I specify?
For example, only files of extension .docx or docx and jpg would be visible and selectable on the open-file-like dialog box for selecting a file to upload..
I have read that there is an issue with browser support for this functionality, although it is something that should work with the right settings?
If I could get some examples and some heads up on this, it would be great.
Would the AjaxControlKit be something that would support this functionality?
Thanks,
Ric