Hi @Chan, I really don't understand why using hidden input to render req.body._method = DELETE/PUT inside a form that really renders req.body._method = DELETE/PUT. it is used separately in method-override documentation. method-override documentation => github.com/expressjs/method-override
JavaScript developer, technology passionate, Ubuntu evangelist, ex mountain guide, active football player, inactive surfer, professional backpacker and hitchhiker.
Hi @Chan, I really don't understand why using hidden input to render req.body._method = DELETE/PUT inside a form that really renders req.body._method = DELETE/PUT.
it is used separately in method-override documentation.
method-override documentation => github.com/expressjs/method-override
Awesome. Thanks for sharing!
This works perfectly :)
Worked like magic. Thanks.
Thanks a lot for this post. It goes straight to the point, is concise and easy to understand.
Thank you so much. Man I've literally cried.
Is method_override still required up to this day?
Is this still working? I'm having some issues doing it, I dont get any update with the put method
it's still working. Just tried this today.