[Solved] documentation for 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!
Solution #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.
Solution #2:
http://valums.com/ajax-upload/
Even if actually is not part of jQuery core, but a plugin
The answers/resolutions are collected from stackoverflow, are licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0 .