|
|
|
สอบถามเรื่องการอัพโหลดรูปภาพครับให้มันอัพได้ทีละหลายรูปพร้อมกัน |
|
|
|
|
|
|
|
ลองเอาไปประยุกเอานะครับ
photo-image.php
<form method="post" action="photo-image-save.php" enctype="multipart/form-data" name="fileUpload" id="frmact" onSubmit="return checkact()">
<input type="file" name="fileUpload[]" />
<span class="style140">* .JPG</span><br />
<input type="file" name="fileUpload[]" />
<span class="style140">* .JPG</span><br />
<input type="file" name="fileUpload[]" />
<span class="style140">* .JPG</span><br />
<input type="file" name="fileUpload[]" />
<span class="style140">* .JPG</span><br />
<input type="file" name="fileUpload[]" />
<span class="style140">* .JPG</span><br />
<input name="btnSubmit" type="submit" value="บันทึก" />
</form>
-----------------------------------------------------------------------------------------------------------------------------------
photo-image-save.php
<?
//*** Insert Record ***//
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("db_name");
$strSQL = "INSERT INTO files ";
$strSQL .="(Thumbnails,FilesName,title_id) VALUES ('".$new_images."','".$_FILES["fileUpload"]["name"][$i]."','".$title_id."')";
$objQuery = mysql_query($strSQL);
echo"บันทึกข้อมูลเรียบร้อย ! <br>";
?>
|
|
|
|
|
Date :
2011-05-22 16:58:49 |
By :
noomthapla |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ noomthapla มากนะครับพอดีแก้อันเก่าได้แล้วครับ
|
|
|
|
|
Date :
2011-05-23 04:40:32 |
By :
chetslipknot |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|