I would like to know how to upload a file to Amazon S3 with ‘Pause and Resume’ support? (Via a web browser).
Are there any sample web applications available? Any programming language / framework is fine.
Thanks in advance.
SOLUTION
I implemented the following app. Github Link.
It is based on the sample app and gem from Condominios.
All credit to https://github.com/cotag/ for a great gem and work.
FEATURES:
- Pause / Resume support ~ 5MB chunks
- Large File Upload
- Progress Bar
- No Java Applet / No Flash
- Registration system via devise
I implemented the following app. Github Link:
It is based on the sample app and gem from:
All credit to https://github.com/cotag/ for a great gem and work.
FEATURES: