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

This commit is contained in:
GuardianFree
2016-10-12 10:22:21 +03:00
parent 3fec3850b4
commit e8dcd137d0

View File

@@ -74,6 +74,10 @@ export class FileUploader {
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});
}