Filesize with SWFUpload and Amazon S3

Posted by Dodinas on Stack Overflow See other posts from Stack Overflow or by Dodinas
Published on 2010-03-11T19:04:20Z Indexed on 2010/03/11 19:09 UTC
Read the original article Hit count: 626

Filed under:
|
|

Hello all,

I'm currently using SWFUpload to upload files to my S3 bucket. And it's working great.

I'm using the script from a website here: http://www.anedix.com/news/article/50

Again, the upload to my S3 works fine, however, I've been running into an issue when attempting to upload larger files. It seems that I cannot upload anything over 50MB. I have tried this from both my webhost and locally, using my local testing environment.

My question is this: When uploading with SWFUpload, it should be going straight to Amazon S3, correct? If so, then PHP settings such as MAX_UPLOAD_SIZE should not affect it? (Even though in my local environment, I've set it to 1024MB.)

Essentially, what the script does is, shows that it's uploading the file (it takes the appropriate amount of time), redirects to the success page, and does not throw any errors.

Any ideas on why this would be happening, or how I can troubleshoot this?

Thanks!

© Stack Overflow or respective owner

Related posts about amazon-s3

Related posts about php