Dear devs, I am a new user of this wonderful library. I have a problem I would like to solve using JQuery. I have a form with a file input field:
<input type="file" ... /> I would like to style this input field. My solution would be to make this field hidden, and add another (styled) text input field plus an 'upload' image button. Then I would like the image button click handler to force a click on the hidden file input field. Can this be done with JQuery (and work with both IE and Firefox)? Is there an alternative, better solution to style file input fields? thanks in advance for your help, George. -- http://www.gmosx.com http://www.nitroproject.org _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
