Roundcube Community Forum

 

Maximum attachment file size?

Started by deltatech, April 23, 2011, 08:42:18 PM

Previous topic - Next topic

deltatech

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.

JohnDoh

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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

nullifygirls

you will use max file size 20Mb