Kendo UI for Angular 2 Download Component - Download Method

I use OpenStack Swift as a blob repository, and they use the PUT method to create objects.

As for the interface, I use Kendo UI for Angular 2 to download media. Now the problem is loading Kendo UI, only using the POST method.

As a mention on the site

The handler must accept POST requests containing one or more fields with the same name as the original input name.

So I'm wondering if there is a / configure way that I can change the boot method?

If at present it is not possible, will telerik implement it? Since I believe that this is not the only case where the boot method is a problem.

+5
source share
2 answers

There is currently no way to use the PUT method for the saveUrl . Support for other methods will be added in a future version.

0
source

Now this is implemented, so you can use the saveMethod and removeMethod to indicate the type of request - UploadComponent API

0
source

Source: https://habr.com/ru/post/1259951/


All Articles