Unplanned
Last Updated: 05 Jun 2019 11:17 by ADMIN
Lyon
Created on: 02 Jun 2019 13:32
Category:
Type: Feature Request
1
Allow "PUT" method to upload files using Upload widget

Hi,

 

We are using Minio(min.io) as our object storage system. The Minio supports API operation, but for file uploading, it only supports PUT method. I found our Upload widget use general "POST" method. So my question is how to change HTTP method to PUT, or How to use our own customized upload function?

 

Thanks,

Lyon

3 comments
ADMIN
Veselin Tsvetanov
Posted on: 05 Jun 2019 11:17
Hi Lyon,

I have just converted the current thread to a feature request in our Feedback portal. Based on the support it recieves from the community, we will decide on whether to proceed with the suggested implementation or not. That is why, I would suggest you to cast your vote for it here: https://feedback.telerik.com/kendo-vue-ui/1411524-allow-put-method-to-upload-files-using-upload-widget

Regards,
Veselin Tsvetanov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Lyon
Posted on: 04 Jun 2019 15:01

This is not I want, because the newly added API will be the bottleneck.

 

Can we request this requirement to be added in later releases? I can use other UI widgets as a temp. solution. But for the long term, I want to keep just one, that is KendoUI.

 

Thanks,

Lyon

ADMIN
Veselin Tsvetanov
Posted on: 03 Jun 2019 12:17
Hi Lyon,

I am afraid that currently the Upload widget would be able to send only POST requests to the configured endpoint. That is why, if you need to send the file data to a PUT endpoint, you will have to implement a server action that would accept the file from the Upload widget and send it to the PUT endpoint.

If you have any further questions, please do not hesitate to contact us.

Regards,
Veselin Tsvetanov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items