Ticket #7782: upload_handling.txt.patch

File upload_handling.txt.patch, 507 bytes (added by Jan Hülsbergen <afoo42@…>, 16 years ago)
  • upload_handling.txt

    old new  
    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