|
|
|
สอบถาม ถ้าจะให้สมาชิกอัพโหลดรูป avatar โดยกด edit แล้วมี popup ขึ้นมาให้หารูป เสร็จแล้วกด submit ภาพก็จะเปลี่ยนให้พร้อมเก็บข้อมูลภาพนั้นไว้ใน database ด้วย |
|
|
|
|
|
|
|
HTML
<input type="button" value="Edit" onclick="PopUp();">
Code (JavaScript)
function PopUp() {
var myWindow = window.open("", "MsgWindow", "width=340, height=70");
myWindow.document.write("Picture: <input type='file' name='picture'>");
}
|
|
|
|
|
Date :
2014-10-09 10:43:05 |
By :
bunchuai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|