On 18.01.12 01:59, Zhang Xilun wrote: > I want to upload a large file, e.g. 100M through fileupload, but the > network is not stable, how can I use fileupload componet to upload the > file with a resume broke mode, say, in case network connectivitity was > broken, after the connectio is restored, the upload activity can be > resumed automatically. > > Is there any way to achieve this?
There is a jQuery upload component called PLUpload that can upload in chunks and resume broken uploads. Look for "plupload servlet" to find a server-side solution using commons-upload to handle these chunks and rebuild the file. Bye, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
