I want to customize the input="file" as follow: 1. the user will click on large image instead of the classic button "Browse" 2. Immediatly after choosing the file it's will submit the form, so the user not having to submit another botton, (I want to catch the event "open" on the choose file dialog"
I'll appreciate any help
I tried the solution offer here: How to customize <input type="file">?
but this isn't working in IE, also in chrome when you click the image, where it's not above the hidden button - it's not working.