blueimp/jQuery-File-Upload
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
# jQuery File Upload ## Contents - [Description](#description) - [Demo](#demo) - [Features](#features) - [Security](#security) - [Setup](#setup) - [Requirements](#requirements) - [Mandatory requirements](#mandatory-requirements) - [Optional requirements](#optional-requirements) - [Cross-domain requirements](#cross-domain-requirements) - [Browsers](#browsers) - [Desktop browsers](#desktop-browsers) - [Mobile browsers](#mobile-browsers) - [Extended browser support information](#extended-browser-support-information) - [Testing](#testing) - [Support](#support) - [License](#license) ## Description > File Upload widget with multiple file selection, drag&drop support, progress > bars, validation and preview images, audio and video for jQuery. > Supports cross-domain, chunked and resumable file uploads and client-side > image resizing. > Works with any server-side platform (PHP, Python, Ruby on Rails, Java, > Node.js, Go etc.) that supports standard HTML form file uploads. ## Demo [Demo File Upload](https://blueimp.github.io/jQuery-File-Upload/) ## Features - **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 file manager and dropping them on your browser window. - **Upload progress bar:** Shows a progress bar indicating the upload progress for individual files and for all uploads combined. - **Cancelable uploads:** Individual file uploads can be canceled to stop the upload progress. - **Resumable uploads:** Aborted uploads can be resumed with browsers supporting the Blob API. - **Chunked uploads:** Large files can be uploaded in smaller chunks with browsers supporting the Blob API. - **Client-side image resizing:** Images can be automatically r
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...