show/hide this revision's text 2 added 366 characters in body

Explicitly include the

Is PHP process ID in the running under apache, as mod_php?

You may try to create a per-process temporary file upload directory whose name contains your php getmypid(), then ini_set your PHP process' upload_tmp_dir to that directory. This will not work if a new php process is spawned for every request.

show/hide this revision's text 1

Explicitly include the PHP process ID in the temporary file name.