PUT Operation #217
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?
Hi,
Does ng2-file-upload support file uploading via PUT method? it seems that ng2-file-upload uploading POST method, but in my case, I need to upload via PUT method..
Option for change uploading method needed.
Can I do this?
Try setting uploader.options.headers, headers are set here, but I am not sure if that works. Please let me know.
@bergben ,
Seems not working.. header not change method https://github.com/valor-software/ng2-file-upload/blob/development/components/file-upload/file-item.class.ts.
I want to change 'alias' and 'method' via options..
You can set the request method like this.
Regards,
For me, had to use
onBeforeUploadItemYou can simply use the
methodoption as follows:How do i add other user input like first name and last name to in addition to the file to be send to the server