Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

customize the upload of file

Status
Not open for further replies.

vilrbn

Programmer
Oct 29, 2002
105
FR
Hello,

Is there a way to customize the "Browse..." button. I'm applying a CSS class for all of my buttons and don't know how to access the button properties without changing the text box as the control is including both the textBox and the Browse button.

<form language=&quot;javascript&quot; id=&quot;Form1&quot; method=&quot;post&quot; encType=&quot;multipart/form-data&quot; runat=&quot;server&quot;>
<input type=&quot;file&quot; id=&quot;ImageFile&quot; name=&quot;ImageFile&quot; runat=&quot;server&quot;>
</form>

I'm also looking a way to upload multiple files at a same time. There's no way to activate Shift ot CTRL keys in the dialog box ? All of the samples I found are copying several times the same control...

Thanks for your help !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top