For Free Code Camp - API Basejump: File Metadata Microservice
- I can submit a FormData object that includes a file upload.
- When I submit something, I will receive the file size in bytes within the JSON response.
{
"size":"12200 bytes"
}
For Free Code Camp - API Basejump: File Metadata Microservice
{
"size":"12200 bytes"
}