django-inmemorystorage icon indicating copy to clipboard operation
django-inmemorystorage copied to clipboard

Get contents of files with chunks()

Open streeter opened this issue 9 years ago • 0 comments

The Django FileSystemStorage does the same thing, which performs a seek(0) at the start of reading a single chunk. Otherwise, the file's contents might be empty.

streeter avatar Feb 17 '15 19:02 streeter