Apache – Django – large file upload – moving file from temp folder to final destination fails
Stumbled upon this error when upgrading Python, Django and Alpine to latest versions... and it's a weird one. The error occurs when I upload a file that is larger than FILE_UPLOAD_MAX_MEMORY_SIZE (set to 5MB). I have two development environments set…