append files to FormData not work in angularjs
问题 I use angularjs to upload files and json object to nodejs server in single request. Then I get this console.log on firebug: -----------------------------8791641017658 Content-Disposition: form-data; name="model" {"phone":"asasasa","description":"121212112","payment":"2121212121","shipping":"121221221","imageurl":"21212112","price":"212112212","status":"new"} -----------------------------8791641017658-- So, the name="file" does not appear here. And the console.log(req.files) in nodejs server /