Code up a solution for a file uploader given react and express - I said no its needs aditional considerations upfront
Sigiloso
no it would block , needs chunked and would be better with a websocket out of band approach using some state and perhaps a webworker solution main loop would block if server where handling millions of uploads so async chunks via websocket to kafka backed with a redis pub sub for notifications that would take me couple of hours to code not one