Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 921 Bytes

File metadata and controls

32 lines (22 loc) · 921 Bytes

File-Metadata

User stories:

  1. I can submit a FormData object that includes a file upload.
  2. When I submit something, I will receive the file size in bytes within the JSON response

Hint: You may want to use this package: https://www.npmjs.com/package/multer

Example query usage:

https://extwiii-file-metadata.herokuapp.com

Example query output:

https://extwiii-file-metadata.herokuapp.com/metadata
{
"name":"LOGO.jpg",
"size":"40673 KB",
"type":"image/jpeg"
}

Difficulty 🌕🌕🌕🌕🌑🌑🌑🌑🌑🌑