|
|
|
uploadfile...ช่วยหน่อยนะคะ สร้าง Tool Upload file 3 อันในหน้า page เดียวกัน ต้องการแยกเก็บ |
|
|
|
|
|
|
|
$file_name=$HTTP_POST_FILES['uploadfile']['name'];
$file_type=$HTTP_POST_FILES['uploadfile']['type'];
$file_size=$HTTP_POST_FILES['uploadfile']['size'];
$type=getimagesize($uploadfile);//0,1,2 =w,h,t
$len=strlen($file_name);
$sur=substr($file_name,$len-3,3);
$content_pic=""ชื่อรูป".$sur";
copy($uploadfile,"data_report/$content_pic");
|
|
|
|
|
Date :
28 ธ.ค. 2549 14:54:24 |
By :
มดตัวน้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|