fix issue #406 Changing url when files are selected does not work
This commit is contained in:
@@ -74,6 +74,10 @@ export class FileUploader {
|
|||||||
this.options.filters.unshift({name: 'mimeType', fn: this._mimeTypeFilter});
|
this.options.filters.unshift({name: 'mimeType', fn: this._mimeTypeFilter});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for(var i = 0; i < this.queue.length; i++)
|
||||||
|
{
|
||||||
|
this.queue[i].url = this.options.url;
|
||||||
|
}
|
||||||
// this.options.filters.unshift({name: 'folder', fn: this._folderFilter});
|
// this.options.filters.unshift({name: 'folder', fn: this._folderFilter});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user