Splitting a file before upload?
Posted
by
Yevgeniy Brikman
on Stack Overflow
See other posts from Stack Overflow
or by Yevgeniy Brikman
Published on 2010-11-04T18:26:35Z
Indexed on
2010/12/23
14:54 UTC
Read the original article
Hit count: 190
On a webpage, is it possible to split large files into chunks before the file is uploaded to the server? For example, split a 10MB file into 1MB chunks, and upload one chunk at a time while showing a progress bar?
It sounds like JavaScript doesn't have any file manipulation abilities, but what about Flash and Java applets?
This would need to work in IE6+, Firefox and Chrome. Update: forgot to mention that (a) we are using Grails and (b) this needs to run over https.
© Stack Overflow or respective owner