Ticket #7782: upload_handling.txt.patch
File upload_handling.txt.patch, 507 bytes (added by , 16 years ago) |
---|
-
upload_handling.txt
old new 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