I have this form:
<form action="" enctype="multipart/form-data" method="post" id="uploadForm"><input type="file" class="file" name="file" onchange="upload('uploadForm');" /></form>
Javascript function upload():
function upload(form){
$('#'+form).submit();
}
Now the problem is, that when the form is displayed vertically in the center of the screen everything works as expected, but if the page is scrolled up or down a little nothing seems to happen.
I'm using:
Opera/9.80 (Windows NT 5.1; U; en) Presto/2.7.62 Version/11.00
, the latest version of jquery on windows xp sp3
Please help, it's very urgent.
Sincerely, Al Jey
skype: al_jey
cell: +380958198265