Github Repository #
File Upload #
POST http://localhost:3000/upload
Content-Type: multipart/form-data; boundary=boundary
--boundary
Content-Disposition: form-data; name="file"; filename="example.txt"
Content-Type: text/plain
< ./example.txt
--boundary