[Plugin: Contact Form 7] upload file to wordpress folder before send email
-
hi
i’m using the function
add_action( ‘wpcf7_before_send_mail’, ‘contactform7_before_send_mail’ );to create a post in wordpress with the data of contact form 7
i whant to upload a file to my wp-content/uploads/ but when i do this
$file= $cf7->posted_data[“file”];
i have just the name of the file and not the original directory (ex :c:\Users\documents\myfile.jpgdo you have an idee how can i proccess?
thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: Contact Form 7] upload file to wordpress folder before send email’ is closed to new replies.