Re: handling posted forms

2006-09-26 Thread Piyush Purang
Hi Jerome, So here are my findings... 1. I had erroneously used id instead of name for form input elements that is why things didn't turn up as expected. 2. A form with enctype=multipart/form-data isn't parsed properly. Attached restlet shows it. Everything works fine if you remove the

RE: handling posted forms

2006-09-26 Thread Jerome Louvel
Hi Piyush, [...] 2. A form with enctype=multipart/form-data isn't parsed properly. Attached restlet shows it. Everything works fine if you remove the enctype. Ah, I see! There is an existing issue for this. I've updated it with your test code and comments: