Hi, I have been trying to increase the default file size limit from 1mb to 3mb for a contact form. I followed the instructions from Contact Form 7, and updated the form tag to [file YourPicture limit:3mb]. I also confirmed that my email account's max is 10mb for an email. After changing the form tag the error message changed to a red box.
Then followed instructions from support forums to change the php file as follows:
max_execution_time = 120
post_max_size = 25M
upload_max_filesize = 20M
I left this as is, not sure if I should change it:
; max_input_time
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
I am still getting an error message in a red box when I try to load a file larger than 1mb. Is there anything else that I should change in the contact form or php file? If not, what else could be causing the problem?