• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

/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