jbouzekri / FileUploaderBundle

Aggregate some bundles and libraries to provide easy ajax file upload integration with crop
MIT License
23 stars 7 forks source link

Javascript Events #23

Closed bluntelk closed 7 years ago

bluntelk commented 7 years ago

Hi Again!

For our use case we needed some javascript events to be fired so that we can integrate the upload into our editor.

I have added these events, their associated documentation and made the javascript handling of upload errors a little more robust (nginx was giving me a 416 entity too large error that was not being handled gracefully)

jbouzekri commented 7 years ago

Seems good. Can you remove "Bug Fix for Max Ratio" from this pull request as it was merged in #22 ?

bluntelk commented 7 years ago

Done - just the one commit now

jbouzekri commented 7 years ago

Nice thanks for your work