JustinCase2
04-23-2007, 07:35 AM
For uploading files to the server through a webpage, i use the following control:
<input id="fileURL" runat="server" style="z-index: 126; left: 654px; width: 75px;
position: absolute; top: 275px; height: 19px" type="file" />
Trouble is, the control has very few options when it comes to design (can't even change the text of the browse button), and so it crashes badly with the rest of my design. Anyone have a better way to upload files, where i can get full control of the design? For instance, i'd like to use an imagebutton in place of the browse button, and i want the textboxpart removed.
<input id="fileURL" runat="server" style="z-index: 126; left: 654px; width: 75px;
position: absolute; top: 275px; height: 19px" type="file" />
Trouble is, the control has very few options when it comes to design (can't even change the text of the browse button), and so it crashes badly with the rest of my design. Anyone have a better way to upload files, where i can get full control of the design? For instance, i'd like to use an imagebutton in place of the browse button, and i want the textboxpart removed.