danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 385 forks source link

Drag and drop #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

hi i downloaded uploader-master. When i drag and drop the image on google chrome for demo / index.html Nothing happened. Do i need to run wamp php server or change index.html to index.php.

Thank you

danielm commented 9 years ago

Hey,

Yeah you should run the script/demos on a server environment; otherwise it will throw some security errors if running local. (Unless you are using it on some kind of embed system, like mobile-cordova)

Cheers