Closed suifengtec closed 6 years ago
I've added
this.input.trigger($.Event("dropify.afterReady"), [this]);
to function
Dropify.prototype.onFileReady
after col 232:
this.setPreview(previewable, src);
so I can call
drEvent.on('dropify.afterReady', function(event, element) {
$('#uploadbutton').show();
});
Maybe this helps !?
add an upload button and its callback.