When creating a FileUploader with
$scope.uploader = new FileUploader({
headers: {
SecurityToken: credentials.securityToken
}
});
and setting the url afterwards with
$scope.uploader.url = url;
does not work. I need to change the URL depending on a input .
How to solve this issue?