Last active
July 16, 2019 05:33
-
-
Save arshidkv12/ceaecc7b5dcb4c3f0393714ae5bad5c3 to your computer and use it in GitHub Desktop.
Contact form 7 file field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contact form 7 file field | |
[file your-file ] | |
Add following codes in php.ini | |
upload_max_filesize = 20M | |
post_max_size = 21M | |
memory_limit = 15 | |
max_execution_time = 300 | |
max_input_time = 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can fix Contact form 7 file upload not working issue.
WP-content > uploads > wpcf7_uploads folder should writable.
More details about Contact form 7 file upload