need c# , blazor expert for a task

Job ID: 35671610

Budget: $10 – $100 USD

Sending large text file as stream from server to client - to load file in chunks.

I'm using the Web Api to communicate between server and client. So far, my web API is able to return the first chunk (1MB chunk). Need to receive the chunks I'm sending via a stream on the client side. And should be able to open (display) the streamed content without any issues.

Using Blazor web assembly. Coding need to be done in c# (maybe a bit of javascript). Offer: 30$

I have a working code. My code works when I send the whole file as single string to webAPI and open in client. But file loading takes long time in the frontend. So, sending file in chunks should help with the load time. My current code need to be altered to send as stream.

Below links will explain what I am trying to achieve and what I have tried so far. Pls go thru the link and let me know if you can solve this.

https://stackoverflow.com/questions/74919063/uploading-large-files-to-controller-in-chunks-retrieve-in-frontend

https://stackoverflow.com/questions/74929871/how-to-get-the-remaining-chunks
Related categories: JavaScript C# Programming Blazor