express-fileupload icon indicating copy to clipboard operation
express-fileupload copied to clipboard

stream&&buffer

Open sun2ot opened this issue 4 years ago • 2 comments

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.

sun2ot avatar Feb 08 '22 09:02 sun2ot

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?

richardgirges avatar May 24 '22 01:05 richardgirges

@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

az-nextsec avatar Sep 11 '23 11:09 az-nextsec