Oh, and I just tested it in Safari and Chrome as well, here's a summary of the results:
Firefox : Works using the opacity method, and the onChange submit() works as well.
Safari : Works using the opacity method, but onChange submit() does not work
Chrome: Works using the opacity method, but onChange submit() does not work
IE: Using the .click() method, the File Upload box shows up, and upon selection, is entered into the <input type="file"> input. Form submission does not work though. When using the "Browse" button to select a file, and clicking the submit button, the submission works properly. onChange submit() does not work either
I know the onChange submit() isn't working for most of them, but I don't think that's related to the current problem of it not submitting properly. I'll worry about the onChange Submit() issue after this one is figured out.
Thanks,
Tom
Bookmarks