Friday 14 July 2017

Not receiving file from html form to Node server

I have a simple form like so:
Then within a script tag i have: In the console.log on the client side it is showing empty like so:data: {} On the server side i have this:app.post('/shopify/dashboard/about', function(req, res){ console.log("Data: " + JSON.stringify(req.body)) }); console.log on the server is also empty:Data: {} Can anyone help?

Submitted July 14, 2017 at 10:09AM by farhansyed7911

No comments:

Post a Comment