|
|
|
สอบถามครับ เรามารถ อับรูปผ่านเว็บโดยตอนการใส่ที่อยู่ file เราสามารถใส่ ip เครื่องเรา ให้เอาไฟล์รูปมาใส่ในคอมเรา ได้ไหมครับ |
|
|
|
|
|
|
|
สอบถามครับ เรามารถ อับรูปผ่านเว็บโดยตอนการใส่ที่อยู่file เราสามารถใส่ ip เครื่องเรา ให้เอาไฟล์รูปมาใส่ในคอมเรา ได้ไหมครับ
>>$fold = "files/".iconv('UTF-8', 'TIS-620', $fold);
Code (PHP)
$fold = base64_decode($_SESSION["usrname"])."_".$_SESSION["usrtel"];
$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-10 12:12:12 |
By :
tongar |
View :
697 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ปกติมันจะอัพไปไว้ที่ Server ครับ ถ้าจะไปที่อื่นลองดูพวก FTP ครับ
|
|
|
|
|
Date :
2015-08-11 09:18:21 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|