• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

/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