Skip to content

Instantly share code, notes, and snippets.

@arshidkv12
Last active July 16, 2019 05:33
Show Gist options
  • Save arshidkv12/ceaecc7b5dcb4c3f0393714ae5bad5c3 to your computer and use it in GitHub Desktop.
Save arshidkv12/ceaecc7b5dcb4c3f0393714ae5bad5c3 to your computer and use it in GitHub Desktop.
Contact form 7 file field
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
@arshidkv12
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment