本文介绍了jQuery AjaxUpload()的文档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
任何人都可以指向jQuery的AjaxUpload()函数的文档页面的方向吗?我试图建立一个多文件上传,我需要传递参数与文件,但我不确定如何做到这一点。任何帮助将不胜感激!解决方案
文档在这里。多文件上传应该没有明确地将其设置为参数。查看演示。
Can anyone point me in the direction of a documentation page for jQuery's AjaxUpload() function? I'm trying to build a multiple file upload, and i need to pass parameters along with the files, but i am unsure on how to do this. Any help would be greatly appreciated!
解决方案
Documentation is here github.com/valums/file-uploader. Multi file upload should work without explicitly setting it as a parameter. Look at this demo.
这篇关于jQuery AjaxUpload()的文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!