#5928: form cleaned_data does not have uploaded request.FILES content
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Component: django.newforms
Version: SVN | Resolution: worksforme
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
----------------------------------------+-----------------------------------
Changes (by Karen Tracey <[EMAIL PROTECTED]>):
* status: new => closed
* needs_better_patch: => 0
* resolution: => worksforme
* needs_tests: => 0
* needs_docs: => 0
Comment:
Or perhaps things have changed that your code needs to adjust to. Current
doc here describes passing request.FILES in when constructing the form:
http://www.djangoproject.com/documentation/newforms/#binding-uploaded-
files-to-a-form
It's marked new in development version so maybe it used to be done via the
request.POST.update? I don't know, but I do know uploading files works
for me using the method described in the doc, as of a very recent
checkout.
--
Ticket URL: <http://code.djangoproject.com/ticket/5928#comment:1>
Django Code <http://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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---