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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -