我正在使用 uploadifive(uploadify 的非 Flash 版本),用于使用 jquery 和 php 上传
我正在寻找方法来处理从uploadifive.php返回(回显)的内容,与jquery在每个文件队列元素上显示错误/结果的方式相同
'onUploadComplete (or maybe onProgress)' : function(file, data) {
// show the php result/error at the queue element
}
就像现在一样,无论php返回什么,它都会为文件显示“已完成”
我在想,我应该摆弄 uploadifive.js 文件..但是究竟在哪里以及如何?