super simple web app using node to receive multipart/form-data file uploads.
1.3K
A super simple web app using node to receive multipart/form-data file uploads.
docker build -t demo-node-fileupload .
docker run --rm -p 8080:80 demo-node-fileupload
using curl:
## curl -XPOST http://<containerip>:8080/upload -F [email protected]
response:
filename:file.txt, mimetype:text/plain, truncated:false, length:2, md5:50585be4e3159a71c874c590d2ba12ec
or point your browser to http://<containerip>:8080/upload
If you have any problems or ideas, let me know! Just open a github issue.
Content type
Image
Digest
sha256:0c956cca8…
Size
56.4 MB
Last updated
about 1 year ago
docker pull simonkowallik/demo-node-fileupload