thanks!
On 2 мар, 20:56, Massimo Di Pierro wrote:
> if isinstance(request.vars.image, cgi.FieldStorage) and
> request.vars.image.file:
> redirect(URL('structure',args=['it', 'works']))
>
> On Mar 2, 9:23 am, LightOfMooN wrote:
>
>
>
>
>
>
>
> > How can I check if there is file in the sent f
if isinstance(request.vars.image, cgi.FieldStorage) and
request.vars.image.file:
redirect(URL('structure',args=['it', 'works']))
On Mar 2, 9:23 am, LightOfMooN wrote:
> How can I check if there is file in the sent form?
>
> if request.vars.image:
> redirect(URL('structure',args=['it', '
2 matches
Mail list logo