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
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:
>>
>>
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/
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
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