• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

/tmp folder issues

B

bjsteiger

Guest
We have a site that uploads images. The creator of the software said the reason our images are not uploading is because we are missing a TMP folder on the root.

Here is the error message:

Code:
File upload returns the following error: UPLOAD_ERR_NO_TMP_DIR - Value: 6; Missing a temporary folder.

I'm totally a newbie on this, but I looked in the root and I see a TMP folder.

What do I need to do to solve this upload problem

Any help would be appreciated! Thank you
 
Just as an update... I checked php.ini and it says:

Code:
;Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

It has always been this way and I have never had issues with any other site uploading files to the server via an http form.
 
Back
Top