Opened 16 years ago

Last modified 10 years ago

#7808 closed

Form Preview does not work with file uploads — at Initial Version

Reported by: ian_brasil Owned by: nobody
Component: contrib.formtools Version: dev
Severity: Normal Keywords: FormPreview
Cc: Evstifeev Roman Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There seems to be no way to bind a form to a Form Preview (using request.FILES)...
i tried ignoring the specific warning not to override in preview.py and tried to override the preview_post() method but this did not work.

Additionally this is not documented on http://www.djangoproject.com/documentation/form_preview

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top