[imp] Problem in Attachement section in imp 2.3.7 cvs
Max Kalika
max@the-triumvirate.net
Wed, 21 Mar 2001 19:07:58 -0800
Quoting KOF FL <kof_fl@hotmail.com>:
> I can't attached any attachment when I compose message.
> Does anyone can advise me what wrong in my side?
Make sure the following 3 items in your php.ini file are configured correctly:
file_uploads = On
upload_tmp_dir = /tmp ; or any directory your webserver is allowed to write
upload_max_filesize = 5M ; or any reasonable file size
--mk23