Step 1: The widget is displayed
Step 2: Try to add 3 files. One is not accepted.
Step 3: Start upload
Step 4: Upload complete!
Step 5: Saved node
File Resumable Upload settings

File Resumable Upload aka file_resup adds large files multiple and resumable upload to the File and Image field widgets.

Watch Daily Dose of Drupal Episode #181 about File Resumable Upload on CodeKarate.com!

Features

  • Gracefully integrates with the core File and Image field widgets.
  • Allows to upload multiple files at once.
  • Allows to upload large files (over 2 GB) even to 32bit servers and bypassing PHP's upload limits.
  • Allows to resume interrupted uploads.
  • Supports both Browse and Drag & drop.
  • Supports adding or removing files on the fly while uploading.
  • Secure
  • Fast handling of large files (Read recommendations below)
  • Easy installation: No dependencies (except File itself), no libraries!
  • Uses a custom and very lightweight (4.9 KB) JavaScript called resup.js, inspired by Resumable.js but more optimized.
  • Displays an estimation of the remaining upload time.
  • Allows to automatically start upload on files added.

Limitations

File Resumable Upload is a pure HTML5 solution and therefore will only work on modern browsers. It automatically degrades to the standard upload widget when unsupported.

Instructions

  1. Install the module like any other module.
  2. Set permission Upload via File Resumable Upload.
  3. Edit a File or Image field.
  4. Expand Resumable upload settings.
  5. Check Enable resumable upload.
  6. Set Maximum upload size, if needed.
  7. Check Start upload on files added, if desired.
  8. Save settings.
  9. Enjoy!
Supporting organizations: 
Development
Development

Project information

Releases