how to submit “multipart/form-data” from VueJs
问题 I am using VueJs / axios in frontend and multer in nodejs for a simple file upload to work. So far all tries has been unsuccessful. While this can be achieved in 100 ways in angular 1/2 using ng-upload and other similar plugins. But VueJs seems to be lacking this basic functionality. Based on my research axios doesnt support "multipart/form-data". Ref https://github.com/mzabriskie/axios/issues/789 . multer and other nodejs libraries seems to work with "multipart/form-data" seamlessly from