Opened 12 years ago
Closed 12 years ago
#19684 closed Uncategorized (invalid)
How handle FileField in SessionWizardView
Reported by: | 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:
thanks
Note:
See TracTickets
for help on using tickets.
Please see TicketClosingReasons/UseSupportChannels.