Changeset 7970
- Timestamp:
- 07/18/08 20:07:17 (4 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
r7862 r7970 73 73 larger than 2.5 megabytes, but that's configurable; see below. 74 74 75 ``UploadedFile.chunk ()``75 ``UploadedFile.chunks()`` 76 76 A generator returning chunks of the file. If ``multiple_chunks()`` is 77 77 ``True``, you should use this method in a loop instead of ``read()``.
