richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 261 forks source link

stream&&buffer #304

Open sun2ot opened 2 years ago

sun2ot commented 2 years ago

Can I upload files through stream or buffer? I tried several times and all of them reminded me that I didn't upload files. I apologize for any trouble I caused.

richardgirges commented 2 years ago

Hello, no trouble caused. I'm not sure I understand the question. Are you asking if you can upload files through streams or buffers from the client-side?

az-nextsec commented 11 months ago

@richardgirges it sort of seems like the library has two options: access the file as buffer or as temp file. It would be nice if it was exposed as readable so without using RAM and without using temp files the app may be able to read the input stream