Is there a way for a user of an MVC web application to avoid having to upload the file thorough the MVC application and eventually for the application to transfer it to storage?
In other words, could the web client be given the proper SAS token to upload it directly into the proper location in Azure Blob Storage some how?
I have seen examples of a client app copying directly to blob storage, but can't find anything on a web app. THANK YOU!