Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/Ext.ux.upload
SWFupload + html5 drag&drop + progressbars for ExtJs
https://github.com/revolunet/Ext.ux.upload
Last synced: 3 months ago
JSON representation
SWFupload + html5 drag&drop + progressbars for ExtJs
- Host: GitHub
- URL: https://github.com/revolunet/Ext.ux.upload
- Owner: revolunet
- Created: 2010-05-25T15:04:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-27T14:17:05.000Z (almost 13 years ago)
- Last Synced: 2024-06-22T22:05:01.225Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 27
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ext.ux.upload
====================see docs folder for ExtJs style documentation
For the upload/flash to work, you need to host this on a http server !
**Features :**
* html5 drag&drop (FF+Chrome)
* [SWFupload][1] integration(IE/Chrome/FF)
* simultaneous multiple file uploads
* progressbars
**limitations :**
* you cannot pass POST data while uploading :/
**server side infos :**
* use raw post data for drag&drop files (eg: php input)
* use standard request.FILES for SWFuploaded ones**requirements**
* [ExtJs][2] >= 3.2.1
[1]: www.swfupload.org/
[2]: http://wwww.extjs.com