Optimum chunkSize
A tool for web developpers, to get rid of HTML upload limitation
Brought to you by:
etienne_sf
Hi, what would be the ideal chunkSize that can be set as the applet parameter for good performance? Currently I'm trying to test with a 250MB file with 10MB chunkSize, but it roughly takes around 25 minutes to upload. I do understand the file transfer rate depends on the network bandwidth as well. But optimal parameters would be of great help to fine tune it. Thanks !
Regards,
Sri
Anonymous
If you have biggest chunk size, you'll have quicked uploads. But more risk to have an error during an upload.
The main 'variable' is the max upload size of your server. Often 2M.
So, putting 2M is a good compromise.
Etienne