通过wp_mail从临时文件夹发送附件

时间:2014-12-10 作者:Biker John

是否可以通过发送附件wp_mail, 使用临时文件,是否可以将其上载到服务器上的任何实际文件夹?

例如:

<input type="file" name="file">

$attachment[] = $_FILES[\'file\'][\'name\'];

wp_mail(....,$attachment);
文件:

$attachments属性中的文件名必须是文件系统路径。

如何获取临时文件的路径(如果可能的话)?

1 个回复
最合适的回答,由SO网友:WowPress.host 整理而成

对这是可能的。附件文件内容由wp\\U邮件调用获取。

使用$_FILES[\'file\'][\'tmp_name\'] 对于文件名

结束

相关推荐

Setting the uploads directory

所以我想更改我的上传目录。我可以通过以下方式进行更改:add_filter( \'pre_option_upload_url_path\', \'wpse_77960_upload_url\' ); function wpse_77960_upload_url() { return \'http://subdomain.example.com/files\'; } 或update_option(\'upload_url_path\', \'/wp-content/up