- From: Ajani Bilby <notifications@github.com>
- Date: Thu, 10 Jul 2025 19:39:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 July 2025 02:39:47 UTC
AjaniBilby left a comment (whatwg/fetch#1254) @Hashbrown777, I need information from the server - not just bytes transmitted. For very large files (i.e. multi-gigabyte file ingesting) I want the server to be able to start responding immeditately since it ingests live because some files are literally too big to fit into cheap server rma. Since the server is ingesting live it can respond with the pass rate of lines in a spreadsheet. That way if there is a really high error rate you can cancel the upload rather than having to let it finish see any results. Right now the only way to achieve this would be to write my own desktop application just to make a single http request. And then I also need to implement some client side rendering instead of just leaning on the browser. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1254#issuecomment-3060106029 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1254/3060106029@github.com>
Received on Friday, 11 July 2025 02:39:47 UTC