bentodvictor / file-metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file-metadata

FreeCodeCamp Challenge

HINT: You can use the multer npm package to handle file uploading.

  • You can submit a form that includes a file upload.
  • The form file input field has the name attribute set to upfile.
  • When you submit a file, you receive the file name, type, and size in bytes within the JSON response.

About


Languages

Language:TypeScript 50.3%Language:HTML 31.5%Language:CSS 18.2%