﻿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
13410	imagefield errors if upload is larger than  FILE_UPLOAD_MAX_MEMORY_SIZE	nickname123	nobody	"If you use an imagefield and upload an image larger than FILE_UPLOAD_MAX_MEMORY_SIZE (which is smaller than digital camera photos by default) you will get the error: 'TemporaryFile' object has no attribute 'closed'

I guess this is due to the file being streaming to disk instead of read to memory and the ImageField calls the function to get the width and height before the file has been completely uploaded.

I would expect the field to wait until the file is fully uploaded to process the image so that it does not throw errors."		closed	File uploads/storage	1.2-beta		worksforme			Unreviewed	0	0	0	0	0	0
