hi all,
i'm trying to attach a file to a custom contact form, the file get attached, but the extension gets removed. how so? how can i work around?
wp_mail('name@domain.com', "contact form", $message, $headers, $attachments);
and i'm getting the #attachments with
$attachments = $_FILES["f_cv"];
so again, the mail gets send, there is an attachment, but it has no extension and also the name of the file gets changed.