Nacho Caballero : I’m using fs.readFileSync(/tmp/myfile.mp3).toString() on a 30MB file. I need to include the raw content as part of the request and it doesn’t work if I stream it
Nacho Caballero : I’m using fs.readFileSync(/tmp/myfile.mp3).toString() on a 30MB file. I need to include the raw content as part of the request and it doesn’t work if I stream it