|
|
|
อัพรูปแบบไม่เปลี่ยนหน้า แสดงรูปก่อนจัดเก็บ มีปัญหานิดนึงคือรูปเมื่ออัพแล้วไม่ยอมเปลี่ยน |
|
|
|
|
|
|
|
UploadForm.php
ในไฟล์นี้ <?=$picture;?> จะเรียกมาจากดาต้าเบส ในตอนแรกครับ
UploadSave.php
echo "<script>window.top.window.showResult('1','$file_name_pic');</script>"
ส่งชื่อรูป กลับไปหน้า ฟอร์ม อัพมาครับ
function showResult(result,filename)
{
document.getElementById("progress").style.visibility="hidden";
if(result==1)
{
document.getElementById("divresult").innerHTML = "<font color=green> Save successfully! </font> <br>";
document.getElementById("divresult").innerHTML = "<img src=./tmp/"+filename+" width=\"120\" height=\"150\"> <br>";
}
}
แสดงผลที่นี่ครับ
<div id="divresult">
<img id="ShowPictur" src="images/person/<?=$picture;?>" width="120" height="150" /></div>
|
|
|
|
|
Date :
2013-05-16 13:57:35 |
By :
antz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ ได้แล้วครับ
|
|
|
|
|
Date :
2013-05-16 17:30:30 |
By :
antz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|