Changeset 7816
- Timestamp:
- 07/01/08 11:37:28 (2 months ago)
- Files:
-
- django/trunk/docs/upload_handling.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/upload_handling.txt
r7814 r7816 8 8 handles a file upload, the file data ends up placed in ``request.FILES`` (for 9 9 more on the ``request`` object see the documentation for `request and response 10 objects`_). This document explains how files are stored on disk an in memory,10 objects`_). This document explains how files are stored on disk and in memory, 11 11 and how to customize the default behavior. 12 12
