Search found 4 matches

by garethtdavies
Wed Nov 26, 2008 4:33 pm
Forum: JS3Upload
Topic: Maximum File Size to Upload to Amazon S3
Replies: 3
Views: 11359

Re: Maximum File Size to Upload to Amazon S3

Must be the network I am on as I'm behind a company firewall. I just tried from a different location and it uploaded a 450Mb file :D
by garethtdavies
Tue Nov 25, 2008 10:38 pm
Forum: JS3Upload
Topic: Maximum File Size to Upload to Amazon S3
Replies: 3
Views: 11359

Maximum File Size to Upload to Amazon S3

Hi, I know that the maximum filesize in an Amazon bucket is 5Gb but how can you upload a large file to Amazon through JS3Upload as I hit a "Error : HTTP/1.0 413 Request Entity Too Large" for anything greater than about 100Mb? Ideally I'd like to be able to uplad upto 1Gb on one go. Do I need to spli...
by garethtdavies
Tue Nov 25, 2008 1:02 pm
Forum: JS3Upload
Topic: Upload Redirect and Max File Size
Replies: 2
Views: 8113

Re: Upload Redirect and Max File Size

Scratch that, just realised that all the parameters are available from JS3Upload and these are well documented :D
by garethtdavies
Tue Nov 25, 2008 12:16 pm
Forum: JS3Upload
Topic: Upload Redirect and Max File Size
Replies: 2
Views: 8113

Upload Redirect and Max File Size

Hi, I'm developing a public upload form whereby authenticated users of my site can upload video directly to S3. The JS3Upload looks the perfect solution but I need a couple of things that I'm not sure are supported. When the upload is completed I need to get the filename that is passed into PHP so I...