J
Jon Natwick
I would like to limit the file types that users can upload.
<input id="tbFileUpload" type="file" runat="server">
This setting looks like it should it work, but it's not working for me.
tbFileUpload.Accept = "gif,bmp";
Any suggestions?
<input id="tbFileUpload" type="file" runat="server">
This setting looks like it should it work, but it's not working for me.
tbFileUpload.Accept = "gif,bmp";
Any suggestions?