Closed markjarecki closed 13 years ago
Following this issue, I'm having a similar problem with req.body being undefined. I'm using express, ejs and the POST method.
req.body
undefined
express
ejs
POST
The following Gist shows the code I'm trying to get to work.
Any ideas on getting this to work?
Thanks
Following this issue, I'm having a similar problem with
req.body
beingundefined
. I'm usingexpress
,ejs
and thePOST
method.The following Gist shows the code I'm trying to get to work.
Any ideas on getting this to work?
Thanks