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!
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
Documentation is here github.com/valums/file-uploader. Multi file upload should work without explicitly setting it as a parameter. Look at this demo.
http://valums.com/ajax-upload/
Even if actually is not part of jQuery core, but a plugin