fix issue #406 Changing url when files are selected does not work

This commit is contained in:
GuardianFree
2016-10-12 10:40:51 +03:00
parent b207ec5843
commit c937b572c8

View File

@@ -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});