I am using OpenStack Swift as a blob storage , and they are using the PUT
method to create objects.
As for the frontend I am using Kendo UI for Angular 2 for uploading of media. The issue now is for Kendo UI upload service , its only using POST
method.
As mention on their site
The handler has to accept POST requests containing one or more fields with the same name as the original input name.
So I am wondering are there any way / configure that I am able to change the uploading method?
If there is currently no option avaliable , will telerik be implementing it? As I believe this is not the only case where the uploading method is an issue.