jQuery-File-Upload
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 Explorer
Download Latest Version (.zip)- test.yml
- FUNDING.yml
- postmessage.html
- result.html
- jquery.fileupload-noscript.css
- jquery.fileupload-ui-noscript.css
- jquery.fileupload-ui.css
- jquery.fileupload.css
- loading.gif
- progressbar.gif
- jquery.postmessage-transport.js
- jquery.xdr-transport.js
- jquery.ui.widget.js
- demo.js
- jquery.fileupload-audio.js
- jquery.fileupload-image.js
- jquery.fileupload-process.js
- jquery.fileupload-ui.js
- jquery.fileupload-validate.js
- jquery.fileupload-video.js
- jquery.fileupload.js
- jquery.iframe-transport.js
- favicon.ico
- robots.txt
- app.yaml
- main.py
- .gitignore
- .htaccess
- .dockerignore
- Dockerfile
- index.php
- php.ini
- UploadHandler.php
- chai.js
- mocha.css
- mocha.js
- index.html
- unit.js
- black+white-3x2.jpg
- black+white-60x40.gif
- chrome.js
- firefox.js
- index.js
- .gitignore
- file-upload.js
- 01-file-upload.js
- .eslintrc.js
- .prettierrc.js
- LICENSE.txt
- wdio.conf.js
- .gitignore
- docker-compose.yml
- index.html
- LICENSE.txt
- package-lock.json
- package.json
- README.md
- SECURITY.md
- VULNERABILITIES.md
# Installation Guide
git clone https://github.com/blueimp/jQuery-File-Upload
Downloads the entire project code from GitHub to your computer.
cd jQuery-File-Upload
Moves into the project folder you just downloaded.
2. Docker
Easy Recommended- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
3. Node.js
Easynpm install blueimp-file-upload
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm test
Type this command into your terminal and run it.
Pulled directly from this repo's README.
