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;” />
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.