Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to upload files > 2GB through HTTP ?

files http upload
0
Posted

How to upload files > 2GB through HTTP ?

0

First, you have to set “chunksize” parameter on jClientUpload. Chunksize must be under 2GB (for 256MB, chunksize=268435456). Here is how jClientUpload works: 1 – Split file to upload in temporary chunks (such as originalfilename.chunkid). 2 – Upload each chunk. (with additionnal chunkid, chunkamount, chunkbase HTTP parameters). 3 – Delete each temporary chunk file. Second, you need a server-side script that handles chunkid, chunkamount, chunkbase HTTP parameters to re-compose file from uploaded chunks.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123