﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35619	django.core.files.uploadfile.InMemoryUploadedFile ignores chunk_size	XU GUI PING		"in class django.core.files.uploadfile.InMemoryUploadedFile

    def chunks(self, chunk_size=None):
        self.file.seek(0)
        yield self.read() # this code, **should be yield self.read(chunk_size)**

This bug will cause us to fail when writing to the file system after reading the uploaded content, with the error ""OSError: [Errno 5] Input/output error"""	Bug	closed	File uploads/storage	5.0	Normal	invalid		XU GUI PING	Unreviewed	0	0	0	0	0	0
