Author Topic: Sending large attachments  (Read 2454 times)

Offline tsapusek

  • Newbie
  • *
  • Posts: 2
Sending large attachments
« on: May 02, 2008, 01:58:56 PM »
Hi,

I'm sorry if this isn't in the right forum.

I'm having a similar problem with large attachments. When I send the message it just sits there saying "Sending Message Now" and never sends - I don't receive an error or anything.

I've changed the .htaccess file to this:


php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 30M
php_value post_max_size 30M
php_value memory_limit 128M
php_value session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0



php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 30M
php_value post_max_size 30M
php_value memory_limit 128M
php_value session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0


And I've also changed the php.ini to those same values for upload_max_filesize, post_mas_size and memory_limit.

Is there anything else that I should change?

Thanks for your help.

Offline shaveht

  • Newbie
  • *
  • Posts: 9
Sending large attachments
« Reply #1 on: May 02, 2008, 06:35:37 PM »
Try to change upload limit in your .htaccess file in homedir installation