I need to know where the uploaded files are sent when a user upload a file like an image through php. The files are writen direct to de destination directory in scripts or they uploaded to an tmp dir? In this case, would be nice if tmp dir were mounted with flags noexec and nosuid. With FPM PHP and NGINX, this is necessary?
Thank you.