Product:
Search Type:

Webmail does not show "attach" button when I am composing mail.

Article ID: 2139 
Last Review: Sep,27 2007
APPLIES TO:
  • Plesk for Linux/Unix

SYMPTOMS

I push Compose link in Webmail but it does not show "attachment" option.

RESOLUTION

Make sure that upload_tmp_dir directive is set to /tmp in /etc/php.ini:

# grep upload_tmp_dir /etc/php.ini
upload_tmp_dir = /tmp

Note, '/tmp' value is used by default, even if this directive is not specified at all. Plesk is configured to use '/rmp' directory for temporary files uploading. If you wish to use another directory for 'upload_tmp_dir', you have to make it writable for 'apache' user and add it to 'open_base_dir' in /etc/php.ini, for example:

open_base_dir=/var/tmp

Also, "file_uploads should be enabled in /etc/php.ini:

# grep file_uploads /etc/php.ini
file_uploads = On

Restart Apache service after any changes in configuration files.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields