Opened 11 years ago

Closed 11 years ago

#19684 closed Uncategorized (invalid)

How handle FileField in SessionWizardView

Reported by: devver08@… Owned by: nobody
Component: File uploads/storage Version: 1.4
Severity: Normal Keywords: Filefield, upload, wizard, WizardView, session
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (1)

comment:1 by Aymeric Augustin, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top