Hi All
Been having problems with the swfupload and was wondering if anyone could help. The upload process works fine, for single files. But when i do multiple files it says Upload Failed for all but the first one. The files are actually uploaded correctly. I get the following debug output
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
SWF DEBUG: StartUpload(): Upload Type: Normal.
SWF DEBUG: Global Post Item: pressReleaseId=1
SWF DEBUG: Global Post Item: PHPSESSID=56955f491d3f6e4e8bab35d9575e1d26
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for standard upload. Starting upload to http://domain/scripts/js/swfupload/upload/uploadPressReleaseImage.php? for File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (simulated 100%): File ID: SWFUpload_0_0. Bytes: 16151. Total: 16151
SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_1
SWF DEBUG: StartUpload(): Upload Type: Normal.
SWF DEBUG: Global Post Item: pressReleaseId=1
SWF DEBUG: Global Post Item: PHPSESSID=56955f491d3f6e4e8bab35d9575e1d26
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for standard upload. Starting upload to http://domain/scripts/js/swfupload/upload/uploadPressReleaseImage.php? for File ID: SWFUpload_0_1
SWF DEBUG: Global Post Item: PHPSESSID=56955f491d3f6e4e8bab35d9575e1d26
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for standard upload. Starting upload to http://domain/scripts/js/swfupload/upload/uploadPressReleaseImage.php? for File ID: SWFUpload_0_1
SWF DEBUG: ReturnUploadStart: Exception occurred: null
SWF DEBUG: Event: uploadError(): Upload Failed. Exception occurred: 2174
SWF DEBUG: Error
SWF DEBUG: Error #2174
SWF DEBUG: null
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
Error Code: Upload Failed, File name: AW20091028b 369 - Version 2.jpg, File size: 16568, Message: 2174
Error
Error #2174
null
There doesn't appear to be any reference material for error codes. One thing that was really weird, if i put an alert in the ReturnUploadStart() function then the process would work fine.
Any help would be greatly appreciated