Is there something like a dropify.success?
rodrigoguariento opened this issue · 1 comments
rodrigoguariento commented
Does someone know how to do something like that?
drEvent.on('dropify.success', function(event, element){
alert('Image OK!');
});
AhmedELGAMMUDI commented
drEvent.on('dropify.fileReady', function(event, element) {alert('Image OK!');});
do it like this when you upload the image alert will show Image ok