0
我有一個PHP腳本輸出一個圖像,我怎麼能POST數據並顯示結果的圖像沒有刷新屏幕的其餘部分,到目前爲止我已經得到了下面的代碼返回一個PNG。顯示後POST數據動態創建的PHP圖像
function go(){
$.post("test_image.php", $("frm").serialize(),
function(data){
//alert(data);//proves a png image is returned.
//How do I now display the returned image (preferably to '$("#modified")')
});
}
我無法顯示返回的圖像。
得好好的,我就必須要小心文件處理, – Matt 2010-05-05 12:41:06