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="javascript" id="Form1" method="post" encType="multipart/form-data" runat="server">
<input type="file" id="ImageFile" name="ImageFile" runat="server">
</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 !
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="javascript" id="Form1" method="post" encType="multipart/form-data" runat="server">
<input type="file" id="ImageFile" name="ImageFile" runat="server">
</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 !