I am using Dropzone.js with jQuery to upload files to the server. Download file Afer. I am creating a server-side name with the current URL.
$('.dropzone').dropzone({
init: function() {
this.on('success', function(file) {
var newname = generateServersideFilename(file.name);
}
}
});
How to find the current thumbnail imgfor setting an attribute src?
source
share