2010/4/12 hudlee <[email protected]>: > I submitted a bug: https://bugs.launchpad.net/webpy/+bug/560278 (sorry > about the launchpad update mess) > The way I suggested to fix it would force a single FieldStorage object > to be wrapped in a list. Which might not be ok for consistency. If > backwards compatibility isn't an issue, then how about always > returning the FieldStorage object (filename is needed most of the > time) freeing up userfile=[] to do it's usual job. > > > Also: > It would be nice if web.input() had a way to put multiple form values > with the same attribute name in a list; without doing > web.input(name=[]). Makes it easier when your form fields change > between different calls to the same web.input() line. > > Is adding something like web.inputs() an agreeable idea?
have you seen web.raw_input()? -- You received this message because you are subscribed to the Google Groups "web.py" group. 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/webpy?hl=en.
