Ajax using file upload(Ajax 使用文件上传)
问题描述
我正在创建用于发送邮件的邮件页面.我需要在发送前附加一些文件.我怎么能用 AJAX 做到这一点?最初我需要将这些文件存储在服务器中,然后我必须发送邮件.这些操作在一个发送按钮中完成.
I am creating mail page for sending mails. I need to attach some file before sending. How could I do this using AJAX? Initially I need to store those files in server and then I have to send the mail. These actions are done with in a single send button.
推荐答案
检查这些问题:
- JavaScript 文件上传
- 如何获取 Gmail- 为我的网络应用上传文件?
- 什么是最好的多文件 JavaScript/Flash文件上传器?
这篇关于Ajax 使用文件上传的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!