fix issue #406 Changing url when files are selected does not work
This commit is contained in:
@@ -74,8 +74,7 @@ export class FileUploader {
|
||||
this.options.filters.unshift({name: 'mimeType', fn: this._mimeTypeFilter});
|
||||
}
|
||||
|
||||
for(let i = 0; i < this.queue.length; i++)
|
||||
{
|
||||
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