Page 1 of 1

Problem with chunked upload using process.php

Posted: Wed Feb 01, 2012 9:16 am
by truongvu
Hi Support.
I upload file use chunk

Code: Select all

document.writeln('<PARAM NAME="chunksize" VALUE="1000000">');
document.writeln('<PARAM NAME="chunkmode" VALUE="onflyrange">');
I upload file 2.5Mb but File on server after uploaded 700Kb

Re: Problem with chunked upload using process.php

Posted: Sat Feb 04, 2012 6:30 pm
by support
Do you recompose file from chunks on server-side? See PHPSample.