#19684: How handle FileField in SessionWizardView
-------------------------------------+-------------------------------------
     Reporter:  devver08@…           |      Owner:  nobody
         Type:  Uncategorized        |     Status:  new
    Component:  File                 |    Version:  1.4
  uploads/storage                    |   Keywords:  Filefield, upload,
     Severity:  Normal               |  wizard, WizardView, session
 Triage Stage:  Unreviewed           |  Has patch:  0
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+-------------------------------------
 I created a form wizard of 6 steps,
 the sixth step I select a filefield for uploading.
 i can recovery succesfully all other data and saving to my db, but
 unfortunately no filefield.

 class Step6(forms.Form):
        docfile1 = forms.FileField(label='Seleziona un file',
 required=False)

 i uploaded my code:

 http://pastebin.com/QE3QceJk

 thanks

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19684>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to