documentation for jQuery AjaxUpload()?

2019-09-12 09:35发布

问题:

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!

回答1:

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



回答2:

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

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