422 Unprocessable Entity Error #866
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?
I installed the ng2-file-upload module into my Angular 4 application and configured it like this:
public uploader:FileUploader = new FileUploader({url: URL, itemAlias: 'File[]', authToken: 'AUTHTOKEN'});When I attempt to upload a file I get the following message:

(see attached)
I am attempting to send it to a node.js api
Any update about this? I am having the same error. Thanks.