Hopefully someone else out there is hosting with Godaddy and using SWFUpload. I'm having a problem getting SWFUpload to work with SWFUpload, spefically the "upload_complete_handler" function is never called, and the file isn't uploaded to the server.
I have the same script used on one web host and on Godaddy, and it's not working on Godaddy (shared hosting, so is the other one). SWFUpload returns the file upload_progress_handler event all the way from 0 to 100 indicating the file has fully uploaded, but it doesn't call the complete_handler. I'm sending the file to a simple PHP script which checks the FILES array. It works on my site, but not on the Godaddy site.
I've heard that Godaddy has file upload problems if the file upload comes from an external source...or something. I've had a lot of issues with Godaddy's hosting in the past. Could it be a PHP setting that Godaddy has set up that's interfering? I'm not too famaliar with their services.