[Zope] Getting a python list from an HTML Form
complaw@hal-pc.org
complaw@hal-pc.org
Fri, 5 Oct 2001 23:25:07 GMT
You were right about the enctype. Removing that made it work.
Thanks for the tip.
Best wishes,
Ron
> I did use lines. I also used list. Same result.
>
> > +-------[ complaw@hal-pc.org ]----------------------
> > | I'm having trouble getting a list into a python script from an HTML form.
> > |
> > | The form itself has:
> > |
> > | <FORM ACTION="send_docket_msg" METHOD="POST"
ENCTYPE="multipart/form-data">
> > |
> > |
> > | </FORM>
> > |
> > | Incidentally,
> > | <TEXTAREA NAME="cc_list:list" COLS="40"
> ROWS="6">
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>