跪求swfupload php的前輩啊該怎麼解決

來源:互聯網
上載者:User
跪求swfupload php的前輩啊!
我用swfupload上傳圖片的時候,圖片是可以正常上傳的,但是我想通過JS代碼:
function uploadSuccess(file, serverData) {
try {
var progress = new FileProgress(file, this.customSettings.progressTarget);
progress.setComplete();
progress.setStatus("已完成.");
progress.toggleCancel(false);
document.getElementById("_upfiles").innerHTML += ''+serverData+'刪除';

} catch (ex) {
this.debug(ex);
}
}
來擷取圖片的上傳路徑,然後返回到index.php頁面,index.php頁面有如下代碼:

這個代碼也就是用來顯示swfupload批量上傳圖片的路徑的,請問應該怎麼做,如果有高手可以幫忙的話,分我可以多送,謝謝了。如果可以幫我,我願意附上我的源碼。期待ING!

------解決方案--------------------
JScript code
//提交頁面需要傳ID過去 custom_settings : {    progressTarget : "fsUploadProgress",    cancelButtonId : "btnCancel",    img:'_upfiles'    },document.getElementById(this.customSettings.img).value += '|' +serverData;
------解決方案--------------------
給我郵箱,我給你一個執行個體,公司禁Q,別用QQ郵箱
------解決方案--------------------
探討
引用:

JScript code

//提交頁面需要傳ID過去
custom_settings : {
progressTarget : "fsUploadProgress",
cancelButtonId : "btnCancel",
img:'_upfiles'
},






……
  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.