im using the XUpload Pro 2.5 Version, and i got a javascript problem with the Internet Explorer 7. The error popup told me that the error is on line 78 and char 6.
But i dont know what the error can be, becouse on line 78 stands this:
Code: Select all
if($('upload_form'))
{
$('upload_form').style.position='absolute';
$('upload_form').style.left='-9999px';
}
snatch