Demo of multipart form/file uploading with hapi.js.
npm install
npm run setup
npm run serverThen …
npm run test… or try:
curl --form file=@data.csv \
--form firstName=Melvin \
--form lastName=Mooney \
http://localhost:8080/submitOther multipart/form-data demos: