You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you already have a file in your uploader queue when you do $scope.uploader.url = url;?
If so, for what I understand, setting the url of the uploader doesn't update the url of the pre-existing files in the queue, so you have to manually update them. For example I use a function like this:
When creating a FileUploader with
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?
The text was updated successfully, but these errors were encountered: