Hello, I have the problem that Flasks request object only returns me the first key of a muliple select form element. I have tried changing the underlying Werkzeug datastructures from "flat=True" to false in order to receive multiple values under the same key, but still the request object displays me only the first value of the select element.
But I could see from the FormDataParser object and the from Werkzeug that all data is received properly and assigned with "d['form']... = data" Somewhere the elements get lost. Can anyone give me an advice on how to resolve this issue? Thanks in advance, Jan -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To view this discussion on the web visit https://groups.google.com/d/msg/pocoo-libs/-/2oCRJBlI2xoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
