express-fileupload
express-fileupload copied to clipboard
stream&&buffer
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.
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 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