Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
adrianholovaty committed Nov 18, 2008
1 parent 857e3aa commit cc0e00e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/topics/http/file-uploads.txt
Expand Up @@ -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
==================
Expand Down

0 comments on commit cc0e00e

Please sign in to comment.