i'd like to get the auto-generated uuid, How can i get it? I dont want to generate it my self.
...
onComplete: function(id, fileName, responseJSON) {
// uuid of uploaded file
console.log(id,fileName,responseJSON);
},
...
Thanks in advance.
Use the getUuid method. For example, given an ID (such as the one provided in your onComplete callback:
this.getUuid(id);
For more methods, have a look at the methods documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With