I am looking for a general advice on uploading large files. I am currently
thinking that we do it on our API and have clients chunk it in multiple
pieces and send it to the server.

I could try http chunk based transfer but only think I am unsure of is if
on the server the entire content is going to be bufferred in memory.

Reply via email to