Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Can you make callback for entire upload? #69

Open TylerShin opened 8 years ago

TylerShin commented 8 years ago

Hi. I'm a big fan of this package.

I've tried to make entire callback when I tried to multiple upload to pull request, I failed now...

until now, the upload callback runs at each file upload is done even multiple upload.

I need callback for when whole uploads are done. (e. g, spinner for the whole uploads)

so..

can you make callback firing at the entire uploads are done?