Click here to Skip to main content
15,868,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working on a asp.net web based application and my requirement is to show only .txt files by default when user clicks on file browse control. how can i achieve this?
Posted

1 solution

this is not possible with normal file browser control, you may need to use file upload Jquery plugin like uploadify
check this demo[^]
check this previous answer for how to use this plugin in asp.net
jquery and javascript not loading in master page asp.net[^]
Tutorial:
http://www.aspsnippets.com/Articles/Implement-Uploadify-jQuery-Plugin-in-ASPNet.aspx[^]
 
Share this answer
 
v2
Comments
Member 8622273 15-Dec-14 8:38am    
thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900