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

Merged
GuardianFree merged 4 commits from development into development 2016-10-19 09:33:59 +00:00
Showing only changes of commit e8dcd137d0 - Show all commits

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