﻿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
8486	Incorrect 'UploadedFile' attributes on 'Request and response objects' page	mrsanders	nobody	"The description of the {{{FILES}}} attribute of !HttpRequest objects (at http://www.djangoproject.com/documentation/request_response/#attributes) is incorrect:

*******************[[br]]
A dictionary-like object containing all uploaded files. Each key in {{{FILES}}} is the {{{name}}} from the {{{<input type=""file"" name="""" />}}}. Each value in {{{FILES}}} is an {{{UploadedFile}}} object containing the following attributes:

 * {{{read(num_bytes=None)}}} — Read a number of bytes from the file.
 * {{{file_name}}} — The name of the uploaded file.
 * {{{file_size}}} — The size, in bytes, of the uploaded file.
 * {{{chunk()}}} — A generator that yields sequential chunks of data.
*******************[[br]]

The attributes {{{file_name}}} and {{{file_size}}} are actually called {{{name}}} and {{{size}}}.
"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
