Re: Web app large uploads and downloads

2024-01-03 Thread Craig vN via ozdotnet
I haven't tried with hundreds of files uploaded in one batch, would need to start accounting for retry if they fail. But a few files of 100mb is no problem. On Wed, Jan 3, 2024 at 11:14 AM Greg Keogh via ozdotnet < ozdotnet@ozdotnet.com> wrote: > Folks (welcome to the distant future of 2024) > >

Re: Web app large uploads and downloads

2024-01-02 Thread Greg Keogh via ozdotnet
caanBZKn0UVuognuHqfHnjp2AVc&m=I23jyX4AKIv9q2x7A3CQAer9PGCjq8R6DwW7BE1IAhZ1JbigKMrMPRCjs6AqW7h3&s=NsAibgiqfCxsyc8m2DBKogKQcs3OqE3mkyCjmpoYxTk&e=> > > > > *From:* DotNet Dude via ozdotnet > *Sent:* Wednesday, January 3, 2024 4:17 PM > *To:* ozDotNet > *Cc:* DotNe

Re: Web app large uploads and downloads

2024-01-02 Thread mike smith via ozdotnet
It's not a direct answer, but I'd feel happier uploading to OneDrive and passing the server a link to that. Mike On Sat, 30 Dec 2023, 08:29 Greg Keogh via ozdotnet, wrote: > Folks (anyone working?) > > I've been asked to add a feature to a Blazor Webassembly app to allow > uploads and downloads

RE: Web app large uploads and downloads

2024-01-02 Thread Dr Greg Low via ozdotnet
esday, January 3, 2024 4:17 PM To: ozDotNet Cc: DotNet Dude Subject: Re: Web app large uploads and downloads Yep we usually do this sort of thing with a batch process, particularly if there are large files. I don’t see any web app being used just to upload a bunch of files. For fun try asking ChatG

Re: Web app large uploads and downloads

2024-01-02 Thread DotNet Dude via ozdotnet
Yep we usually do this sort of thing with a batch process, particularly if there are large files. I don’t see any web app being used just to upload a bunch of files. For fun try asking ChatGPT or one of the others to see where they go. On Wed, 3 Jan 2024 at 11:13, Greg Keogh via ozdotnet wrote:

Re: Web app large uploads and downloads

2024-01-02 Thread Greg Keogh via ozdotnet
Folks (welcome to the distant future of 2024) I'm pretty sure that there is no sensible way to provide a bulk Azure Blob upload facility in a web hosted app (Wasm, JS or whatever). There could be thousands of files with a total size up to hundreds of MB. Managers are currently using a WPF program

Re: Web app large uploads and downloads

2023-12-31 Thread Tom P via ozdotnet
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 wrote: > I don't know Blazor, but there are a ton of pure Js f

Re: Web app large uploads and downloads

2023-12-30 Thread Craig vN via ozdotnet
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-direct

Re: Web app large uploads and downloads

2023-12-29 Thread kirsten greed via ozdotnet
How about this one? https://demos.devexpress.com/blazor/Upload On Sat, Dec 30, 2023 at 10:06 AM Dr Greg Low via ozdotnet < ozdotnet@ozdotnet.com> wrote: > Hi Greg, > > > > Are you using any Blazor frameworks? Several of them seem to have pretty > good file upload components. That might give the b

RE: Web app large uploads and downloads

2023-12-29 Thread Dr Greg Low via ozdotnet
Hi Greg, Are you using any Blazor frameworks? Several of them seem to have pretty good file upload components. That might give the best experience. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile SQL Down Under | Web: https://sqldownunder.com