PDA

View Full Version : how to style multipart/form-data



Udon
12-28-2007, 09:07 AM
you know the part where you browse to upload a pic in a site? how to style that one with css? thanks

crono_logical
12-28-2007, 10:17 AM
I presume you're talking about the bit where you're browsing your local computer to find the file - if so, you can't, since that depends on the OS/GUI you're using and not controlled by the browser :p

rubah
12-28-2007, 10:29 AM
Apparently it's harder than it looks
CSS2/DOM - Styling an input type="file" (http://www.quirksmode.org/dom/inputfile.html), if you're talking about the button and not the dialog.

crono_logical
12-29-2007, 06:20 PM
Apparently it's harder than it looks
CSS2/DOM - Styling an input type="file" (http://www.quirksmode.org/dom/inputfile.html), if you're talking about the button and not the dialog.The copy/paste "exploit" linked on that page is interesting :p