I want to make it so the usual text box followed by a "browse" button replaced by just an image, is this possible? Thanks!
Just add this css code to the example here : http://www.quirksmode.org/dom/inputfile.html CSS Code : div.fakefile input { display:none; } Code (markup):
Let me understand you, you want only "Browse" image without any text box? If it is, i'll make for you the script.