Use File Upload control with read only text box.
October 24, 2007 at 12:44 pm | In Dot Net | 1 CommentQuery :
File Upload Control read only so that no one can
edit file upload text box.
User can select files only with Browse button.
Solution :
Use javascript for this purpose
<input id=”File1″ type=”file” onkeypress=”javascript: return false;” />
1 Comment »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
Thanks man! It worked for me but on onkeydown event!
Laxman.
Comment by Laxman — August 4, 2008 #