Flash File Uploading Timeout (IO HTTP Errors)
Hey guys,
I am having trouble utilising Flash to manage my file uploading. I have tried many examples on the web but they all result in the same IO/HTTP errors for files over ~900kb in size. Anything under seems to upload fine.
I have testing with basic HTML form uploading and can upload large files (6mb+), and this is the same PHP script that handles a Flash upload, but the latter never fully uploads and returns IO errors.
Is there any common solution out there? There is no real point attaching/printing the used code, as I have tested many examples out there and they all have the same issue.
My PHP settings are fine also, with post max size and upload size at 8mb, and execution time at 120.
Is there any help for my woes out there?
NOTE: Using my local server (XAMPP) file uploads are fine, so the scripts are fine but there is obviously a server setting/restriction in my live environment that is the issue, but I am out of ideas of what it may be.
Cheers,
Rhys