The solution link is https://mks-fcc-filemetadata-microservice.glitch.me.
-
You should provide your own project, not the example URL.
-
You can submit a form that includes a file upload.
-
The form file input field has the
name
attribute set toupfile
. -
When you submit a file, you receive the file
name
,type
, andsize
in bytes within the JSON response.