After trying everything I have seen suggested I had my host have a look at the script as to why the flash uploader isnt working. Mod security is complete disabled and also the standard uploader works. Can someone please help me
This is the reply from my host
I don't understand why the image isn't actually uploading.. According to the output log, everything is functioning just fine:
=========================================================================================
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select.
Allowed file types:
*.jpg;*.jpeg;*.png;*.gif;*.mpeg;*.mpg;*.avi;*.asf;*.wmv;*.mov
SWF DEBUG: Select Handler: Received the files selected from the dialog.
Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0 SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1 SWF DEBUG: StartUpload: First file in queue SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0 SWF DEBUG: Global Post Item: userid=2 SWF DEBUG: Global Post Item: PHPSESSID=f3e8d618f74e8efaf5ae9db03cedddb7
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to
http://www.snapshack.co.uk/gallery/upload.php for File ID: SWFUpload_0_0 SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0 SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 145263.
Total: 145263
SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response
Received: true Data: uploadSuccess event detected SWF DEBUG: Event: uploadComplete : Upload cycle complete.
=========================================================================================
It seems like the regular-PHP based uploader uses the exact same files to upload images except unlike the flash, it works as it should. This leads me to believe there maybe something wrong with either our PHP settings or the flash script itself. Is there an updated version of SWFUpload you can try? Are there certain PHP settings required by this script?
Please let me know.
Any further help you guys can give me would be great