You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to use bodyParser to parse formData sent by Ajax, but req.body only returns an empty object.
does that mean bodyParser doesn't have this capability?
Hi @sunq0001 that's correct: this module does not (currently) support this feature. We have the tracking issue on this as #88 . You're always welcome to implement support as well :)
i tried to use bodyParser to parse formData sent by Ajax, but req.body only returns an empty object.
does that mean bodyParser doesn't have this capability?
client.html
server.js
result: {}
The text was updated successfully, but these errors were encountered: