Cannot created public uploader #987
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?
Following the docs, I get a typescript error of
When using
public uploader: FileUploader = new FileUploader({ url: URL });System specs:
The problem is that the URL variable cannot be resolved.
You should do it like this:
The above solution fixed my problem. 👍