documentation for jQuery AjaxUpload()?

2019-09-12 09:57发布

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!

2条回答
小情绪 Triste *
2楼-- · 2019-09-12 10:10

Documentation is here github.com/valums/file-uploader. Multi file upload should work without explicitly setting it as a parameter. Look at this demo.

查看更多
放我归山
3楼-- · 2019-09-12 10:23

http://valums.com/ajax-upload/

Even if actually is not part of jQuery core, but a plugin

查看更多
登录 后发表回答