-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't upload file using PUT request #2808
Comments
Although I'm setting method to be put |
Same is still happening to me. I checked the source code and figured out that calling POST method is hard coded and it doesn't use method |
how did you solve it? |
I set the params like below Then in myUploader method I called the put method in API request and it worked. |
please, could you send me the code for the "myUploader" method, olavoalvesneto@hotmail.com |
myUploader(event) { |
I'm submitting a ... (check one with "x")
Current behavior
fileUpload component always sends POST request to server.
Expected behavior
Add method attribute to let user uses POST or PUT
The text was updated successfully, but these errors were encountered: