Closed (fixed)
Project:
SWFUpload
Version:
6.x-2.0-beta6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2010 at 16:22 UTC
Updated:
21 Jul 2010 at 21:00 UTC
I moved my site from localhost (WAMP) up to a server and SWFUpload isnt working anymore. I have flash debug player installed and after each file gets uploaded the I am getting an I/O Error and the progress bar of the upload turns red and says "Server Error".
Any ideas?
Comments
Comment #1
rondog489 commentedLooking in the code, I am in swfupload_widget.js which is where the 'Server Error!' comes from:
What is -200 referring to?
Also I'd like to note that the progress bar runs like it is upload then gets to about 95%, freezes and then I get the error.
Comment #2
rondog489 commentedI am seeing the file upload in my /var/tmp directory and then I get the error and it disappears if that helps.
Comment #3
rondog489 commentedI checked my access logs and was getting a 503 on the swfupload so I googled that and apparently, having your site in offline mode, which mine was, causes it to not work. I switched it back online and it works fine...awesome