Upload files with Vaadin - buffering to file?

Hey guys,

I try to implement a upload with Vaadin for very big files (>1GB)…
I need buffering to file and resume option, is this possible with Vaadin?

No one can help me?

Anyone with experience with
http://fineuploader.com/
or similar?

If you need resume support etc, I would recommend using some suitable library for that.

While I don’t have any experience with FineUpload (which seems to be a commercial product at least for non-open-source applications), creating an add-on around it should be fairly easy for Vaadin 7 should you choose it after prototyping.