wKoza / ngx-upload

Ngx-upload is an upload module for Angular Ivy ready
30 stars 15 forks source link

Adding the PUT HTTP Verb for Uploads #99

Closed rc6886 closed 2 years ago

rc6886 commented 3 years ago

We've recently started using your library (good job by the way!) and came across a scenario where we needed to support PUT operations when uploading a file.

This pull request simply adds the PUT HTTP verb to the list of supported methods.