JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
974 stars 399 forks source link

Is there something like a dropify.success? #117

Open rodrigoguariento opened 4 years ago

rodrigoguariento commented 4 years ago

Does someone know how to do something like that?

drEvent.on('dropify.success', function(event, element){ alert('Image OK!'); });

AhmedELGAMMUDI commented 4 years ago

drEvent.on('dropify.fileReady', function(event, element) {alert('Image OK!');}); do it like this when you upload the image alert will show Image ok