|
|
|
สอบถามปัญหาการอับโหลดไฟล์รูป ทีละหลายๆไฟล์ บางทีก็อับได้ 10 ไฟล์ บางทีก็ไม่ถึง |
|
|
|
|
|
|
|
คือ ใครทราบ ผมรบกวนหน่อยครับ ผมอยากอับได้หลายๆไฟล์ ยิ่งมากยิ่งดี อันนี้โคทผม หรือใครมีวิธีที่ดีกว่า รบกวนบอกด้วยครับ Code (PHP)
<?
$fold ="pic_001";
$fold = "files/".iconv('UTF-8', 'TIS-620', $fold);
/*
if($_FILES['upload']['size']>10){
$newname = str_replace("-","",$endate).str_replace(":","",$times);
$newname = $fold.'/'.$newname.strstr($_FILES['upload']['name'],'.');
move_uploaded_file($_FILES['upload']['tmp_name'],$newname);
}
*/
$r=0;
foreach($_FILES['upload']['tmp_name'] as $key => $tmp_name ){
if($_FILES['upload']['size'][$key]>100){
$r++;
$newname = str_replace("-","",$endate).str_replace(":","",$times).$r;
$newname = $fold.'/'.$newname.strstr($_FILES['upload']['name'][$key],'.');
move_uploaded_file($_FILES['upload']['tmp_name'][$key],$newname);
}
}
?>
Tag : PHP
|
|
|
|
|
|
Date :
2015-08-12 22:39:56 |
By :
tongar |
View :
767 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พอจะมีฟังชั่นตัวไหม่เเนะนำไหม๋ครับ อันนี้ได้บ้างไม่ได้บ้าง
|
|
|
|
|
Date :
2015-08-13 11:50:13 |
By :
tongar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|