Using firefox on mac osx: after upload completes (progress bar shows 100%) the redirect creates a software error:
----------
Software error:
Error2 at /www/sibsoft.net/cgi-bin/xuploadpro/upload.cgi line 349.
For help, please send mail to the webmaster ([email protected]), giving this error message and the time and date of the error.
----------
oops.
XUpload - mac firefox: software error on upload completion...
winxp/firefox: same software error
Same error with firefox on xp:
Software error:
Error2 at /www/sibsoft.net/cgi-bin/xuploadpro/upload.cgi line 349.
For help, please send mail to the webmaster ([email protected]), giving this error message and the time and date of the error.
-------------
Also: noticed no redirect after upload... is this intentional?
Thanks
Software error:
Error2 at /www/sibsoft.net/cgi-bin/xuploadpro/upload.cgi line 349.
For help, please send mail to the webmaster ([email protected]), giving this error message and the time and date of the error.
-------------
Also: noticed no redirect after upload... is this intentional?
Thanks
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
It's not browser error but script side. Pretty rare one, to fix it open upload.cgi and replace
with
Code: Select all
die"Error2";
Code: Select all
return;
Did you fix this on your demo site yet? Firefox error.
I tried your demo again today, on firefox (mac and win, on several machines), and got the same error message as before... did you apply your fix to your demo site?
Software error:
Error2 at /www/sibsoft.net/cgi-bin/xuploadpro/upload.cgi line 349.
Software error:
Error2 at /www/sibsoft.net/cgi-bin/xuploadpro/upload.cgi line 349.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Works fine now.
Yep, that fixed it. I've integrated the fixes into my dev site, working fine on winIE6+. win/mac firefox, safari.
Thanks!
Thanks!