On 9/20/07, pyw <[EMAIL PROTECTED]> wrote: > > <form action="http://127.0.0.1:8080/b" method="post" > enctype="multipart/form-data" name="form2"> > <input name="unknowna" type="file"> > <input name="unknownb" type="file"> > ...... > > how to get all the input control data?
It should all be inside web.input(_method='post') -- Hermann Käser http://theragingche.com/ http://semicir.cl/user/hermzz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
