send input type file value with ajax

This question already has an answer here:

  • How can I upload files asynchronously? 27 answers

  • AjaxFileUpload

    Maybe this plugin could help you fix the problem.

    The way of this plugin doing is just like the way people did before ajax theory proposed which is using an iframe tag handle all the request without refreshing the page.

    Without HTML5,I don't think we can use XMLHttpRequest to upload file.

    链接地址: http://www.djcxy.com/p/19612.html

    上一篇: 使用ajax请求上传文件

    下一篇: 用ajax发送输入类型文件值