|
|
|
ช่วยดูโค้ด upload รูปให้หน่อยค่ะ ไม่ทราบว่าผิดพลาดตรงไหนมันถึง upload รูปไม่ได้ |
|
|
|
|
|
|
|
Code (PHP)
echo "<input type='file' name='filUpload[]'><br>
088.
<input type='file' name='filUpload[]'><br>
089.
<input type='file' name='filUpload[]'>";
ให้เอา [] ออกครับเป็น
echo "<input type='file' name='filUpload'><br>
088.
<input type='file' name='filUpload'><br>
089.
<input type='file' name='filUpload'>";
ถ้าอยากรู้เหตุผลนะครับแนะนำให้ลอง print_r ($_FILES);
|
|
|
|
|
Date :
2010-07-09 13:02:40 |
By :
oxygenyoyo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใน formให้ใส่ enctype="multipart/form-data"
เช่น
<form name="form1" action="" method="post" enctype="multipart/form-data">
|
|
|
|
|
Date :
2010-07-09 13:44:28 |
By :
ake_comsci |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|