2017-08-27
4.0.4
João Carvalho
9.1.0.20
All
All
Widgets
[Overview]
jQuery File Upload widget with multiple file selection, dragdrop support, and progress bars, based on jQuery File Upload. Supports chunked and resumable file uploads.
[Detail]
Feature List
Multiple file upload - Allows to select multiple files at once and upload them simultaneously.
Drag & Drop support - Allows to upload files by dragging them from your desktop or filemanager and dropping them on your browser window.
Chunked uploads - Large files can be uploaded in smaller chunks with browsers supporting the Blob API.
Upload progress bar - Shows a progress bar indicating the upload progress for individual files and for all uploads combined.
Main Benefits
No browser plugins (e.g. Adobe Flash) required - The implementation is based on open standards like HTML5 and JavaScript and requires no additional browser plugins.
Graceful fallback for legacy browsers - Uploads files via XMLHttpRequests if supported and uses iframes as fallback for legacy browsers.
HTML file upload form fallback - Allows progressive enhancement by using a standard HTML file upload form as widget element.
System Requirements and Limitations
Requires Extension FileSystem