I am using Flask and MongoDB. I am trying to convert the content of request.form into something suitable for saving via PyMongo. It seems like something that should come up
request.form.to_dict() would yield what you need
request.form.to_dict()