cinely / mule-uploader

Stubborn HTML5 Amazon S3 uploader
http://mule-uploader.com/
MIT License
223 stars 43 forks source link

jQuery? #12

Closed kookster closed 11 years ago

kookster commented 11 years ago

Is jQuery used by the core of the mule_uploader.js? I looked at it briefly, and mainly it seems used by the demo app code, not the main js.

gabipurcaru commented 11 years ago

No, mule-uploader.js doesn't use jQuery anymore (it used to, but I've fixed it). Let me know if you need any help integrating it into your website.

kookster commented 11 years ago

I am trying and get it working with an angularjs site, and we use drag & drop for file uploads (not an input element), so I'll be making some changes (and sending a pull request back). Thanks!

gabipurcaru commented 11 years ago

Very cool! Let me know how that works out