How to upload to S3 with Pause/Resume support?

amazon-s3, amazon-web-services, django, java, ruby-on-rails

Solution

I implemented the following app. Github Link:

https://github.com/interpegasus/condo_example

It is based on the sample app and gem from:

http://cotag.github.com/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

Problem

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 ```

Original source