|
@@ -203,9 +203,6 @@ module.exports = class Tus extends Plugin {
|
|
if (!file.isPaused) {
|
|
if (!file.isPaused) {
|
|
upload.start()
|
|
upload.start()
|
|
}
|
|
}
|
|
- if (!file.isRestored) {
|
|
|
|
- this.uppy.emit('upload-started', file, upload)
|
|
|
|
- }
|
|
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
@@ -227,8 +224,6 @@ module.exports = class Tus extends Plugin {
|
|
.catch(reject)
|
|
.catch(reject)
|
|
}
|
|
}
|
|
|
|
|
|
- this.uppy.emit('upload-started', file)
|
|
|
|
-
|
|
|
|
fetch(file.remote.url, {
|
|
fetch(file.remote.url, {
|
|
method: 'post',
|
|
method: 'post',
|
|
credentials: 'include',
|
|
credentials: 'include',
|