I have a page with multiple images on it. What I have done, is make it so a user clicks on the thumbnail and the file browser box comes up to upload a new image. This works by using the ocupload.js jquery extention.
This has been working well, except in IE10 the image click does not work the same way as it does in Firefox.
In firefox, I can click on the image and the browse for file box will show, On ie10, it requires a double click.
What I am trying to do is make it so ie10 will allow it to work with a single click instead of requiring a double click,
I think the issue has to do with the way IE handles clicking on a file upload box in general, On filefox you can click in the file upload box and the dialog will show, on IE it seems that clicking on the file upload box requires a double click.
So I am wondering how I would alter ocupload.js to give the same functionality to IE as firefox