File Attachment fails
-
Hello and thanks for reading this.
So my main problem is that i need to allow users to send an maximum 10mb file(doc / pdf). But if someone uploads a file bigger then 2 mb it fails to send the email, but the file is uploaded on server in wpcf7_uploads.
This is my setup
[file file-907 limit:10mb filetypes:doc|docx|pdf]
In file attachment
[file-907]
I also set up htacces to this
<IfModule mod_php5.c> php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.gc_maxlifetime 1200 </IfModule>
And now i am out of ideas and in need of help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘File Attachment fails’ is closed to new replies.