|
|
|
อัพโหลดไฟล์ 2 ไฟล์พร้อมกัน ชื่อลงฐานข้อมูลทั้ง 2 แต่ไฟล์ ลงในโฟลเดอร์ 1 ไฟล์ |
|
|
|
|
|
|
|
ทําupload ไฟล์ โปรแกรม มี2เวอร์ชั่น XP และ 7
ชื่อไฟล์ลงฐานข้อมูลทั้ง 2 ฟิลเลยครับ แต่ไปตรวจสอบไฟล์ที่โฟลเดอร์ มีแค่ไฟล์เดียวครับ
โค้ด
Code (PHP)
if( move_uploaded_file($_FILES["dl_file_xp"]["tmp_name"],"../../file/".$_FILES["dl_file_xp"]["name"]) ||
move_uploaded_file($_FILES["dl_file_7"]["tmp_name"],"../../file/".$_FILES["dl_file_7"]["name"])){
echo "Add Complete<br>";
$up_sql = "INSERT INTO $tb_download ";
$up_sql .="(dl_title,dl_desc,dl_detail,dl_file_xp,dl_file_7,dl_type,dl_datetime) VALUES ('$dl_title','$dl_desc','$dl_detail','".$_FILES["dl_file_xp"]["name"]."','".$_FILES["dl_file_7"]["name"]."','$dl_type','$dl_datetime')";
$up_query = mysql_query($up_sql) or die (mysql_error());
}
คือ ผมสร้างฟิล dl_file_xp และ dl_file_7 นะครับ
Tag : PHP
|
|
|
|
|
|
Date :
2013-03-05 10:20:46 |
By :
kenghockey |
View :
1563 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้่แหละครับ เปลี่ยน || เป็น &&
|
|
|
|
|
Date :
2013-03-05 10:25:44 |
By :
kenghockey |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|