|
![](/images/resource/spacer.gif) |
|
สอบถามปัญหาการอับโหลดไฟล์รูป ทีละหลายๆไฟล์ บางทีก็อับได้ 10 ไฟล์ บางทีก็ไม่ถึง |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
คือ ใครทราบ ผมรบกวนหน่อยครับ ผมอยากอับได้หลายๆไฟล์ ยิ่งมากยิ่งดี อันนี้โคทผม หรือใครมีวิธีที่ดีกว่า รบกวนบอกด้วยครับ 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
![](/images/adv.jpg?v=1001)
|
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-08-12 22:39:56 |
By :
tongar |
View :
775 |
Reply :
2 |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
พอจะมีฟังชั่นตัวไหม่เเนะนำไหม๋ครับ อันนี้ได้บ้างไม่ได้บ้าง
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-08-13 11:50:13 |
By :
tongar |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 01
|