This is a fork version of http://www.phpletter.com/Our-Projects/AjaxFileUpload/
-
Add arguments support
You can now usedata
to send addictional arguments, Example:$.ajaxFileUpload( { url: '/', secureuri: false, data: { 'name': 'carlcarl', }, ... ... }
-
Fix mimetype problem
If you add mimetype in your json response, it will add addictional tags '<pre></pre>' to your ajax response, which will cause error in original code.
So I fix this.
This package is MIT licensed and freely available.
Feel free to improve this package and send a pull request to GitHub.