Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: deltatech on April 23, 2011, 08:42:18 PM

Title: Maximum attachment file size?
Post by: deltatech on April 23, 2011, 08:42:18 PM
I have increased all the sizes in php.ini yet it still won't allow more than about 3mb for any one file.     I can upload as many 3mb files as I want but will fail on a single 4mb file.

In php.ini I have this.

post_max_size = 20M
upload_max_filesize = 20M

I created a file with phpinfo() to verify this and the above numbers are still correct when run from the roundcube directory.

Where in Roundcube is the limitation and what can I do to remove it?    

I love roundcube so far, but can't put it into production use until attachments can happen and many documents and photos exceed the limits.
Title: Maximum attachment file size?
Post by: JohnDoh on April 27, 2011, 03:11:21 AM
QuoteI created a file with phpinfo() to verify this and the above numbers are still correct when run from the roundcube directory.
Are you sure they values are not being overwritten by the values from the .htaccess file in the rc root?

Have you checked the error log? There might be some more clues in there about what is stoppping it.
Title: Maximum attachment file size?
Post by: nullifygirls on April 28, 2011, 01:57:00 AM
you will use max file size 20Mb