File input

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.

wayneph
04-24-2007, 07:58 AM
I personally haven't seen a way to modify it. File uploads through HTTP are meant to be secure. Not pretty.

FrankxCid
04-27-2007, 01:37 PM
try this-->
http://www.quirksmode.org/dom/inputfile.html

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum