fix(file-uploader):Changing url when files are selected does not work (#448)
* fix issue #406 Changing url when files are selected does not work * fix issue #406 Changing url when files are selected does not work * fix issue #406 Changing url when files are selected does not work fixes #406
This commit was merged in pull request #448.
This commit is contained in:
committed by
Dmitriy Shekhovtsov
parent
5af17612cb
commit
1a4eb3a0fd
@@ -74,6 +74,9 @@ export class FileUploader {
|
||||
this.options.filters.unshift({name: 'mimeType', fn: this._mimeTypeFilter});
|
||||
}
|
||||
|
||||
for(let i = 0; i < this.queue.length; i++) {
|
||||
this.queue[i].url = this.options.url;
|
||||
}
|
||||
// this.options.filters.unshift({name: 'folder', fn: this._folderFilter});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user