Ticket #7687: 7687-1.diff
File 7687-1.diff, 572 bytes (added by , 16 years ago) |
---|
-
docs/upload_handling.txt
72 72 reading in multiple chunks. By default this will be any file 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()``. 78 78