Commit cc0e00eb authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload...

[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload files' sentence from file-uploads.txt in docs. I beg to differ. (Same as [9487] on trunk)

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 857e3aa5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ File Uploads

.. versionadded:: 1.0

Most Web sites wouldn't be complete without a way to upload files. When Django
handles a file upload, the file data ends up placed in ``request.FILES`` (for
more on the ``request`` object see the documentation for :ref:`request and
response objects <ref-request-response>`). This document explains how files are
stored on disk and in memory, and how to customize the default behavior.
When Django handles a file upload, the file data ends up placed in
``request.FILES`` (for more on the ``request`` object see the documentation for
:ref:`request and response objects <ref-request-response>`). This document
explains how files are stored on disk and in memory, and how to customize the
default behavior.

Basic file uploads
==================