Ticket #7687: 7687-1.diff

File 7687-1.diff, 572 bytes (added by Matt McClanahan, 16 years ago)
  • docs/upload_handling.txt

     
    7272        reading in multiple chunks. By default this will be any file
    7373        larger than 2.5 megabytes, but that's configurable; see below.
    7474
    75     ``UploadedFile.chunk()``
     75    ``UploadedFile.chunks()``
    7676        A generator returning chunks of the file. If ``multiple_chunks()`` is
    7777        ``True``, you should use this method in a loop instead of ``read()``.
    7878
Back to Top