Im using a code-behind approach as in this article
https://www.telerik.com/blogs/using-a-code-behind-approach-to-blazor-components
When using the upload component, we need to specify a SaveUrl
https://docs.telerik.com/blazor-ui/components/upload/overview
Is that the only way?
Can we have a web api that and a blazor server app in the same project, with the api handlers handling routes also?