﻿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
33395	No error raised when FILE_UPLOAD_TEMP_DIR is not accessible	Martin Koščak	nobody	"This one took me a while to figure out, so I'm creating a ticket.
The initial issue I had was, when I uploaded a larger file (+10MB), I received no data in request. The POST, GET and FILES attributes of request were all empty, only META attribute was OK. 

After a lot of digging I've found the root of my problem. I had invalid ownership set on FILE_UPLOAD_TEMP_DIR.
Once the file exceeded FILE_UPLOAD_MAX_MEMORY_SIZE and was deemed as TemporaryUploadedFile, something happened, and I received an empty request. 

This could be solved much sooner, if an Exception was raised.
This happened in production environment with Apache and WSGI."	Bug	closed	Core (Other)	3.2	Normal	duplicate	empty request large file upload		Unreviewed	0	0	0	0	0	0
