BlazorFileUploadApp
BlazorFileUploadApp copied to clipboard
Question
As far as I can tell, this component does not upload via a http multipart/form-data upload, is that a correct assumption? I ask because I need to an endpoint which could possibly be apache / php or other server side frameworks which would expect Form file.
I think I'm asking the same question, how can i adapt this to upload to Azure Blob Storage? The really important thing is to get the real upload progress. thx