swagger-node-express: How to upload file from swagger-ui? swagger-node-express: How to upload file from swagger-ui? express express

swagger-node-express: How to upload file from swagger-ui?


I had this same issue, where I could do a POST with normal form values, but when I passed a file, I got no data. The issue for me was due to using Express 4, and not having multer installed and setup. Details can be found here:

https://github.com/swagger-api/swagger-node-express/issues/202