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 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 >= 3.2.1