There is a small type in the readme, where the comma should be after the ' not before.
widget.onUploadComplete(function(fileInfo) {
console.log(_'fileInfo,'_ fileInfo);
console.log('file UUID', fileInfo.uuid);
console.log('fileInfo.originalUrl', fileInfo.originalUrl); // Public CDN URL of the uploaded file, without any operations.
})
Hey
There is a small type in the readme, where the comma should be after the ' not before.
widget.onUploadComplete(function(fileInfo) { console.log(_'fileInfo,'_ fileInfo); console.log('file UUID', fileInfo.uuid); console.log('fileInfo.originalUrl', fileInfo.originalUrl); // Public CDN URL of the uploaded file, without any operations. })