chunking - How chunk file upload works -



chunking - How chunk file upload works -

i working on file upload , wandering how chunk file upload works.

while understand client sends info in little chunks server instead of finish file @ once. have few questions on this:-

for browser split , send whole file chunks, read finish file memory? if yes, 1 time again there me chances of memory leak , browser crash big files(say > 10gb)

how cloud application google drive droopbox handles such big files upload?

if multiple files selected upload , have size grater 5-10 gb, browser maintain files memory send chunk chunk?

file-upload chunking

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -