By Luca Perico for FreeCodeCamp
- 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
- A file
- {'size': 4}`
##### Project Files * server.js: HTTP server listening for the file
##### Howto
node server.js : start the NodeJS server
note test.js : test the module timeservice
###### The server is usually down!