Wednesday, 3 May 2017

express-fileupload:get check size in express js

I am using this package to upload the image into server ,i want to check the file size before upload but express-fileupload doesn't give any information about it

console.log(req.files.image); it returns only the name,data ,and image type



via Jabaa

No comments:

Post a Comment