|
|
|
ช่วยดูโค๊ด upload file ให้หน่อยครับ คือ ผมทำ upload file อยู่ 2 ตัว ถ้าผม upload file พร้อมกัน 2 อัน |
|
|
|
|
|
|
|
คือ ผมทำ upload file อยู่ 2 ตัว ถ้าผม upload file พร้อมกัน 2 อัน ก็ไม่มีปัญหา ถ้าผม upload โดยใช้อันแรกเพียงอันเดียว ก็ไม่มีปัณหาเช่นกัน
แต่ พอผมใช้อันที่สอง อันเดียว มันก็ได้นะ แต่นามสกุลของไฟล์ไม่มีอ่ะครับ ช่วยดูโค๊ดให้หน่อยครับ -ขอบคุณครับ
//form
<input name="file" type="file" id="file" />
<input name="file2" type="file" id="file2" />
//upload
function random_password($len)
{
srand((double)microtime()*10000000);
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
$ret_str = "";
$num = strlen($chars);
for($i = 0; $i < $len; $i++)
{
$ret_str.= $chars[rand()%$num];
$ret_str.="";
}
return $ret_str;
}
function random_password2($len)
{
srand((double)microtime()*10000000);
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
$ret_str = "";
$num = strlen($chars);
for($i = 0; $i < $len; $i++)
{
$ret_str.= $chars2[rand()%$num];
$ret_str.="";
}
return $ret_str;
}
$passw = random_password(7);
$passw2 = random_password2(7);
$path ="../../../upload/admin/data_website/newspro";
$path2 ="../../../upload/admin/data_website/newspro";
$filenewcon = strstr($file_name,'.');
$filenewcon2 = strstr($file_name,'.');
$now = date("Dgis");
$now2 = date("Dgis");
copy( $file ,"$path/$passw$now$filenewcon");
copy( $file2 ,"$path2/$passw2$now2$filenewcon2");
$sql = "INSERT INTO column_mst (column_id, column_typeid, column_topic, column_content, column_content2, column_poster, column_postdate, column_status, column_imgfname, column_imgfname2) VALUE ('$nextId','$colm_type','$colm_topic','$colm_content','$colm_content2','$colm_poster','$date_now','$colm_status','$passw$now$filenewcon','$passw2$now2$filenewcon2')";
$result = mysql_db_query($dbname,$sql);
Tag : - - - -
|
|
|
|
|
|
Date :
8 ก.ย. 2551 19:14:48 |
By :
นายฮ้อย |
View :
1334 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|