I am trying to upload files to an URL that is not in my control and it requires the PUT HTTP method. The Telerik Blazor Upload always uses a POST.
I imagine API like this would be nice:
<TelerikUpload SaveUrl="@SaveUrl" SaveMethod="PUT">
</TelerikUpload>
---
ADMIN EDIT
In the meantime, there are two possible solutions:
---