Saturday 18 March 2017

After using multer for file uploads, I cant get data on what checkboxes are checked on the form

As soon as I changed the form to enctype='multipart/form-data' I cant get an array of values for what checkboxes are checked on the form, where I now get a jade message "Cannot read property 'forEach' of undefined". All my checkboxes have name=games where I could do in my index.js req.body.games but that is now undefined.

Submitted March 18, 2017 at 01:40AM by mineralwatersoda

No comments:

Post a Comment