|
|
|
ใครพอจะทราบโค้ดภาษา php ที่ใช้อัพโหลดไฟล์ที่เราเลือก ให้เข้าไปอยู่ในโฟลเดอร์ที่เราสร้างไว้ จะทำไงค่ะ ขอบคุณล่วงหน้านะคะ ^______^ |
|
|
|
|
|
|
|
พี่ค่ะหนูลองแล้วอ่ะ มันไม่เข้าโฟล์เดอร์อ่ะค่ะ แล้วมันก้ไม่มีอะไรขึ้นเลยอ่ะ
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
นี่โค้ดหนูค่ะพี่ช่วยดูให้หน่อยนะค่ะ
Code (PHP)
<?
for($i=0;$i<count($_FILES["file"]["name"]);$i++)
{
if($_FILES["file"]["name"][$i] != "")
{
if(move_uploaded_file($_FILES["file"]["tmp_name"][$i],"upload2u/".$_FILES["file"]["name"][$i]))
{
echo "Copy/Upload Complete<br>";
}
}
}
|
|
|
|
|
Date :
2012-02-10 19:48:34 |
By :
kongkang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอา Code มาดูทั้งหมดครับ
|
|
|
|
|
Date :
2012-02-10 20:25:15 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วหนูก็ให้มัน action ไปที่ไฟล์ addfile.php อ่ะค่ะ แล้วที่ไฟล์ addfile.php หนูก็มีโค้ดแค่นี้อ่ะค่ะ ต้องต้องทำไรเพิ่มอีกหรือป่าวค่ะช่วยบอกทีค่ะ
Code (file addfile.php)
<?
for($i=0;$i<count($_FILES["file"]["name"]);$i++)
{
if($_FILES["file"]["name"][$i] != "")
{
if(move_uploaded_file($_FILES["file"]["tmp_name"][$i],"upload2u/".$_FILES["file"]["name"][$i]))
{
echo "Copy/Upload Complete<br>";
}
}
}
?>
หนูมีโค้ดแค่นี้เลย
|
|
|
|
|
Date :
2012-02-10 21:25:17 |
By :
kongkang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พี่วินขอดูโค๊ดทั้งหมด เขาหมายถึงโค๊ดฟอร์มด้วยครับ
|
|
|
|
|
Date :
2012-02-10 21:49:46 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี่เลยโค้ดฟอร์มของหนู
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
</head>
<body>
<form action="addfile.php" method="post" enctype="multipart/form-data">
<table width="780" height="255" border="0">
<tr>
<td valign="top"><div align="center">
<h1>upload</h1>
</div>
<div align="center"><table height="249" align="center" >
<tr>
<td width="218" align="right">Choose File: </td>
<td width="218"><input type="file" name="file" id="file" /></td>
</tr>
<tr>
<td align="right"><input type="submit" name="upload" id="upload" value="upload"/></td>
<td><input type="reset" name="clear" id="clear" value="clear" /></td>
</tr>
<tr>
<td align="center"> </td>
<td> </td>
</tr>
</table> </td>
</tr>
</table>,</div>
</form>
</form>
</body>
</html>
|
|
|
|
|
Date :
2012-02-10 22:00:01 |
By :
kongkang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมุมติว่า มี a กับ b แล้ว a อัฟโหลดไฟล์ จะให้ไฟล์ที่ a อัฟโหลด ไปอยู่ โฟลเดอร์ที่สร้างไว้ของแต่ละคน
|
|
|
|
|
Date :
2012-02-17 15:22:01 |
By :
kongkang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|