Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 php (mime.php) 在邮件中附加大约 0.5 到 1 mb 的大文件
我附加文件并发送邮件,但在邮箱中,文件名未知,也不显示正文。所以请我。
如何使用 php (LAMP) 在邮件中上传大文件?
附加大文件很少是必需的。也许您可以将其存储在服务器上并生成下载链接,如此处所述?