https://github.com/integralist/xhr2-multiple-file-upload--with-php-
Allow users to upload multiple files without requiring Adobe Flash Player to handle the multiple uploads (just native JavaScript)
https://github.com/integralist/xhr2-multiple-file-upload--with-php-
Last synced: over 1 year ago
JSON representation
Allow users to upload multiple files without requiring Adobe Flash Player to handle the multiple uploads (just native JavaScript)
- Host: GitHub
- URL: https://github.com/integralist/xhr2-multiple-file-upload--with-php-
- Owner: Integralist
- Created: 2012-03-12T13:08:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T14:26:11.000Z (almost 14 years ago)
- Last Synced: 2024-10-18T06:15:26.377Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 16
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Upload multiple files with native JavaScript (XHR2)
No Adobe Flash Player plugin needed.
##Browser Requirements
* addEventListener
* FileReader
* FormData
##Supported Browsers
As of March 2012 the following browsers support the above requirements:
* Firefox 4+
* Google Chrome 7+
## Want image resizing without bothering the server or sucking its resources?
See the `canvas` branch as that script uploads multiple files too but also throws the images into `` and resizes them (keeping their aspect ratio)