Re: handling FileField and FileSystemStorage in WizardView - Django 1.4

2013-08-07 Thread pravasi
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 > > >

handling FileField and FileSystemStorage in WizardView - Django 1.4

2013-01-29 Thread devver
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=