I'm using eXtplorer_2.1.0b6, in eXtplorer_2.1.0b6 are using SWFUpload. When I run on localhost, SWFUpload run normally, but when I upload to the server,SWFUpload error "HTTP_ERROR -200".Why this error occurs? how can fix this? please help me !!!
I'm using eXtplorer_2.1.0b6, in eXtplorer_2.1.0b6 are using SWFUpload. When I run on localhost, SWFUpload run normally, but when I upload to the server,SWFUpload error "HTTP_ERROR -200".Why this error occurs? how can fix this? please help me !!!
May 13, 2010 - 3:46pm
There is an additional "message" parameter in the upload error event that will tell you the HTTP status. That will help you diagnose the issue.
May 13, 2010 - 9:14pm
In my code, the message is "404 File Not Found", I understand the way you say, but I do not know why this error occurred. and if possible, let me just how to fix it
May 14, 2010 - 9:16am
When Flash tries to upload the file to your upload_url setting your web server is responding, saying that it cannot find that URL.
Try using an absolute path or fully qualified URL:
upload_url : "/mysite/upload.php"
upload_url : "http://www.example.com/mysite/upload.php"
May 16, 2010 - 11:36pm
Thank you for answering this topic !!! I have tried using an absolute path or fully qualified URL,but it still error "File not found 404", I don't know My absolute path is correct or not? ? If you've ever used eXtplorer 2.0.1b6, you will find ,Upload_url will lead to a index.php file