On Tuesday, 29 January 2013 02:12:38 UTC-6, devver wrote:
>
> I created a form wizard of 6 steps,
> in step sixth, have filefield for uploading docfile1
>
> django docs is poor on this topic, google does not help.
>
>
> my code working ok, but how handle filefield.
>
> need example, thanks
>
>
>
I created a form wizard of 6 steps,
in step sixth, have filefield for uploading docfile1
django docs is poor on this topic, google does not help.
my code working ok, but how handle filefield.
need example, thanks
forms.py
class Step6(forms.Form):
docfile1 = forms.FileField(required=
2 matches
Mail list logo