Re: Bug report: ClientForm

2009-03-01 Thread Steve Holden
MRAB wrote: > Muddy Coder wrote: >> Hi Folks, >> >> As directed, I got ClientForm and played with it. It is cool! However, >> I also found a bug: >> >> When it parses a form, if the VALUE of a field has not space, it works >> very well. For example, if a dropdown list, there many options, such >> a

Re: Bug report: ClientForm

2009-02-28 Thread Lie Ryan
MRAB wrote: > Muddy Coder wrote: >> Hi Folks, >> >> When it parses a form, if the VALUE of a field has not space, it works >> very well. For example, if a dropdown list, there many options, such >> as: >> >> >> >> the value foo will be picked up for sure. But, if there is a space: >> >>

Re: Bug report: ClientForm

2009-02-28 Thread Gabriel Genellina
En Sat, 28 Feb 2009 21:01:56 -0200, Muddy Coder escribió: By the way, can somebody helps me on setting parameter of uploading a file. In ClientForm, if I need to upload a text file, I can do it by: form.add_file(..., "text/plain") What about a picture file? What is the counterpart of 'text/

Re: Bug report: ClientForm

2009-02-28 Thread MRAB
Muddy Coder wrote: Hi Folks, As directed, I got ClientForm and played with it. It is cool! However, I also found a bug: When it parses a form, if the VALUE of a field has not space, it works very well. For example, if a dropdown list, there many options, such as: the value foo will be p

Bug report: ClientForm

2009-02-28 Thread Muddy Coder
Hi Folks, As directed, I got ClientForm and played with it. It is cool! However, I also found a bug: When it parses a form, if the VALUE of a field has not space, it works very well. For example, if a dropdown list, there many options, such as: the value foo will be picked up for sure. Bu