upload works when in degrade mode but not with swfupload
it seems $_FILES['Filedata'] is not sent to the server.. also no error found in the debug..
please attached files
| Attachment | Size |
|---|---|
| callback.php_.txt | 1.05 KB |
| handler.js_.txt | 1.34 KB |
| debug.txt | 2.4 KB |
May 5, 2008 - 12:21pm
Your debug output shows that SWFUpload sent the entire file to the server and that the server responded with a 200 status code.
Something funny is going on on the server side. My guess is that the move_uploaded_file is failing but that doesn't cause PHP to do anything but output a little warning message. Since you are using the Flash 8 version of SWFUpload this message is available in the uploadSuccess event or in the debug output. What does your assets/uploads/upload.log say?
I'd start by making sure you are properly handling move_uploaded_file.