• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

/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