Skip to content

Setting URL after creating FileUploader doesn't work #589

Closed
@felipedrumond

Description

@felipedrumond

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions