﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5927	form cleaned_data does not have uploaded request.FILES content	stefan@…	nobody	"
Hi,

I've file uploading in my project for a while now and it worked pretty fine.
But after not testing it for a while it seems that since a more or less recent django svn version 
things stopped working. My code is like this:

{{{
        print request.FILES
        # files have <content omitted> printed

        request.POST.update(request.FILES)
        print request.POST
        # same as above, content is there

        form = TestForm(request.POST)

        if form.is_valid():
           # form.cleaned_data does not contain content anymore
}}}

I've tried some things and I can only think of a bug in django.
"		closed	*.djangoproject.com	dev		duplicate			Unreviewed	0	0	0	0	0	0
