UploadedFile.multiple_chunks(chunk_size=None)
Returns True
if the uploaded file is big enough to require reading in multiple chunks. By default this will be any file larger than 2.5 megabytes, but that’s configurable; see below.
UploadedFile.multiple_chunks(chunk_size=None)
Returns True
if the uploaded file is big enough to require reading in multiple chunks. By default this will be any file larger than 2.5 megabytes, but that’s configurable; see below.
Please login to continue.