/file-metadata

File Metadata Microservice

Primary LanguageHTML

File Metadata Microservice

Objectives

  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.

Full description

Live Demo

Example Output:

{
  filename: "message.txt",
  size: 58
}