Closed dirkcuys closed 4 years ago
This is meant to addressed the stretched images that appear on Wichita's page, right?
@GrifP nope, this isn't about stretched images. That would be a styling issue. Please create a separate issue for that on https://github.com/p2pu/p2pu-website
The problem is caused by how bigger file uploads are handled. Smaller files are buffered in memory and written to file while bigger uploads are streamed to a temporary file that is moved afterwards. See django docs and a related issue in another project.
Some uploaded images are mode 600 instead of 644. It may be big images?