To ask an unanswered question from someone else from over a year ago. Does anyone know how to apply styles to the fileupload control? In particular the button. Example : ImageShack - Best place for all of your image hosting and image sharing needs
Subject: Lacking browser support
Hi,
Browser support for styling a file upload control (input type=file) is very limited. You might want to consider a solution as described here:
http://www.quirksmode.org/dom/inputfile.html
Alternatively, you can implement a custom file uploader component as I’ve done in this project: OpenNTF.org - The Open Source Community for Collaboration Solutions
Mark
Subject: Re: Lacking browser support
Thanks Mark, will check out the links.