Ajax 使用文件上传

Ajax using file upload(Ajax 使用文件上传)

本文介绍了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 使用文件上传的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:Ajax 使用文件上传

基础教程推荐