I assume you have a client Blazor wasm app that uploads the file to a
server app (ie web api) which would then upload to azure or wherever. Is
this what you are asking?

Thanks
Tom


On Sun, 31 Dec 2023 at 10:19, Craig vN via ozdotnet <ozdotnet@ozdotnet.com>
wrote:

> I don't know Blazor, but there are a ton of pure Js file uploaders. One I
> like is https://www.dropzone.dev/ which should be able to be configured
> to upload directly to blog storage, ie not have to send the files to your
> webserver first
> https://stackoverflow.com/questions/35456197/upload-file-directly-to-azure-blob-storage-with-sas-using-dropzone-js
>
> On Sat, Dec 30, 2023 at 8:59 AM Greg Keogh via ozdotnet <
> ozdotnet@ozdotnet.com> wrote:
>
>> Folks (anyone working?)
>>
>> I've been asked to add a feature to a Blazor Webassembly app to allow
>> uploads and downloads of possibly large numbers of files between the local
>> file system and Blob storage. I'm not sure how to implement this feature in
>> a browser hosted app.
>>
>> I wrote a WPF tool for "managers" which does high-performance bulk
>> uploads and downloads with nice progress (the code is trivial on the
>> desktop), but now they want the same feature for "normal" users in the
>> Blazor app. Given how dumb and restricted browser hosted apps are, I don't
>> know how to code this, or if it's even feasible.
>>
>> Are there some tools, techniques or tricks I can apply? Any ideas or
>> suggestions anyone?
>>
>> Thanks,
>> *Greg Keogh*
>>
> --
>> ozdotnet mailing list
>> To manage your subscription, access archives:
>> https://codify.mailman3.com/
>
> --
> ozdotnet mailing list
> To manage your subscription, access archives: https://codify.mailman3.com/
-- 
ozdotnet mailing list 
To manage your subscription, access archives: https://codify.mailman3.com/ 

Reply via email to