Filter the files in ASP.Net dialog box
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Dear All, Is it possible to filter the files to be selected in a Input File control in ASP.Net 2005. Or can we use Open dialog control in ASP page, is it possible. I need the filter the files such as only PDF files, or only .doc or .txt etc., Please help me to solve this problem. Regards Mukilan.P.S
-
Dear All, Is it possible to filter the files to be selected in a Input File control in ASP.Net 2005. Or can we use Open dialog control in ASP page, is it possible. I need the filter the files such as only PDF files, or only .doc or .txt etc., Please help me to solve this problem. Regards Mukilan.P.S
-
Hi there, The input file element does not support filtering, so you may use the client side/server side script to validate the value of the control.