Chunked upload and forwardparameters

Amazon S3 upload add-on.
Post Reply
gaeltech
Posts: 5
Joined: Fri Oct 21, 2011 10:40 am

Chunked upload and forwardparameters

Post by gaeltech »

Hi,

I have just purchased the JFileUpload and JS3Upload add-on. I have it all configured and working with the forward and forwardparameter settings in place.

The problem I have is when uploading large files (3GB) there are 589 chunks created and a filename parameter is passed for each chunk resulting in a redirect URL that is too large to be handled.

Is there a way to have only 1 parameter passed per file rather than per chunk?

Regards,

Colin.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Chunked upload and forwardparameters

Post by support »

Could you try to use "post" parameter instead of "forward". It will send HTTP POST that have no limited size. You can can "forward" without parameters just to forward to another page. Make sense?

Post Reply