﻿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
31648	'WSGIRequest' attribute not working	natnaelyazachew11	nobody	"The problem seems to be happening when I use the {{{request.FILES}}} attribute of WSGIRequest.
When I am trying to upload an image and update my old model object it doesn't work it doesn't show any errors but it doesn't update my model and after a lot's of try I know the problem was with the **modelfield** if I use {{{ models.ImageField }}} it doesn't update but when I use {{{ models.FileField }}} for my Images it updates i don't what is wrong but {{{request.FILES}}} only work for file uploads and in your documentation I can't find any thing on how to get uploaded Images. 

If you can add uploaded images to {{{ request.FILES }}}


**''please help me''** 
"	Bug	closed	File uploads/storage	3.1	Normal	invalid			Unreviewed	0	0	0	0	0	0
