librelist archives

« back to archive

Flask-WTF 0.2 FileField Upload

Flask-WTF 0.2 FileField Upload

From:
Thomas Lehmann
Date:
2010-07-12 @ 15:59
Hi,

i tried to build a upload-form with flask-wtforms, but i always get this 
error:
http://paste.pocoo.org/show/236567/

Here is my code:
http://paste.pocoo.org/show/236569/

Any help?


Re: [flask] Flask-WTF 0.2 FileField Upload

From:
Dan Jacob
Date:
2010-07-12 @ 16:15
Does your form have enctype="multipart/form-data" ?

On 12 July 2010 16:59, Thomas Lehmann <thomasheilbronn@gmx.de> wrote:
> Hi,
>
> i tried to build a upload-form with flask-wtforms, but i always get this
> error:
> http://paste.pocoo.org/show/236567/
>
> Here is my code:
> http://paste.pocoo.org/show/236569/
>
> Any help?
>
>
>
>

Re: [flask] Flask-WTF 0.2 FileField Upload

From:
Thomas Lehmann
Date:
2010-07-12 @ 16:41
Am 12.07.2010 18:15, schrieb Dan Jacob:
> Does your form have enctype="multipart/form-data" ?
>
> On 12 July 2010 16:59, Thomas Lehmann<thomasheilbronn@gmx.de>  wrote:
>    
>> Hi,
>>
>> i tried to build a upload-form with flask-wtforms, but i always get this
>> error:
>> http://paste.pocoo.org/show/236567/
>>
>> Here is my code:
>> http://paste.pocoo.org/show/236569/
>>
>> Any help?
>>
>>
>>
>>
>>      
thx,
this solved my problem