Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 383 Bytes

API Project: File Metadata Microservice for freeCodeCamp

User stories:

  1. Submit a form that includes a file upload.
  2. The form file input field has the "name" attribute set to "upfile".
  3. After submitting something, the file name and size in bytes will be received within the JSON response

Usage :

  • Go to the main page, and upload a file using the provided form.