Problem with chunked upload using process.php

Upload core product.
Post Reply
truongvu
Posts: 39
Joined: Wed Oct 26, 2011 11:58 am

Problem with chunked upload using process.php

Post 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

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

Re: Problem with chunked upload using process.php

Post by support »

Do you recompose file from chunks on server-side? See PHPSample.

Post Reply