jQuery-File-Upload where is the file data when pre processing? http://blueimp.github.io/jQuery-File-Upload/
问题 I've started playing around with the excellent http://blueimp.github.io/jQuery-File-Upload/ file upload project. From the File Processing Options section of the documentation it seems that jquery.fileupload-process.js will let me parse and even modify the file's binary data (files array - with the result of the process applied and originalFiles with the original uploaded files) (to parse, or append to it or encrypt it or to do something to it) but for the life of me I can't seem to figure out