richardgirges / express-fileupload

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

[Question]: FileUploader Limit Option is measured in KB? #288

Closed igorwastaken closed 2 years ago

igorwastaken commented 2 years ago

Is the FileUploader option measured in KB or MB?

igorwastaken commented 2 years ago

If you have an answer, I appreciate it :)

Spiderjockey02 commented 2 years ago

bytes, for example: image

igorwastaken commented 2 years ago

tysm for responding!