I am overwriting several dropzone events successfully. But when I am trying to overwrite the uploadprogress nothing happens.
uploadprogress
this.dropZone.on("uploadprogress", function (_file, progress, bytesSent) { console.log(progress); // is not working })