Changing url when files are selected does not work #406
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I call setOptions({url: "http://....."}) with some new URL different than one used from constructor, it does not apply to files already selected using upload directive.
I had the same problem, the solution that i found is before updateAll, set foreach FileItem the url, like this:
this.uploader.queue[i].url = http://.......