Author Topic: How to remove the 20 attached files limit  (Read 1454 times)

Offline vesodimov

  • Newbie
  • *
  • Posts: 4
How to remove the 20 attached files limit
« 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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: How to remove the 20 attached files limit
« Reply #1 on: September 30, 2020, 01:04:28 AM »
max_file_uploads in php.ini.

Offline vesodimov

  • Newbie
  • *
  • Posts: 4
Re: How to remove the 20 attached files limit
« Reply #2 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?