Skip to content

Instantly share code, notes, and snippets.

@tangguangyao
Created August 28, 2013 03:01
Show Gist options
  • Select an option

  • Save tangguangyao/6361695 to your computer and use it in GitHub Desktop.

Select an option

Save tangguangyao/6361695 to your computer and use it in GitHub Desktop.
node
app.post('/file-upload',function(req, res, next){
console.log(req.body);
console.log(req.files);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment