.net - How can I restrict the file type in the file browse menu of an AsyncFileUpload in the ASP.NET AJAX Control Toolkit -


I want to restrict what I see in the file upload dialog, which is set to "all files" by default I understand how they agree that they only uploaded a certain file type, which is not a question here. How would I just define the file type in the file selection dialog?

Is there any way to convert it to "only PNG" or "* .png"?

This is using asyncfileUpload in the ASP.NET AJAX Control Toolkit.

The current version of AJAX control Toolkit does not have this option.

But the good new one is that you can get it and add it.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -