JeremyFagis/dropify

Is there something like a dropify.success?

rodrigoguariento opened this issue · 1 comments

Does someone know how to do something like that?

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

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