Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: vesodimov on September 29, 2020, 06:58:53 AM

Title: How to remove the 20 attached files limit
Post by: vesodimov on September 29, 2020, 06:58:53 AM
Hello.
The limit of attached files is 20. Can I change this limit to 30, 50 ... ?
Regards
Title: Re: How to remove the 20 attached files limit
Post by: alec on September 30, 2020, 01:04:28 AM
max_file_uploads in php.ini.
Title: Re: How to remove the 20 attached files limit
Post by: vesodimov on September 30, 2020, 02:55:42 AM
max_file_uploads in php.ini.

Thank you, alec, but I don't have php.ini on my folder.

1. I make php.ini with content "max_file_uploads = 50" but result is fatal error
2. I add content "max_file_uploads = 50" on .htaccess but result is fatal error

Where am I wrong?