Page 1 of 1

Chunked upload and forwardparameters

Posted: Wed May 09, 2012 10:34 am
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.

Re: Chunked upload and forwardparameters

Posted: Mon Mar 04, 2013 6:20 pm
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?