mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
76 stars 33 forks source link

Fix 504 error when uploading images #713

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

Stop using the deprecated and buggy express.bodyParser. This replaces them with the body-parser module, which handles json requests and url-encoded requests and the multer module, which handles multipart/form-data requests.

Fixes #683

struan commented 9 years ago

Looks fine to me