<form name="form1" method="post" action="multipleimp.php" enctype="multipart/form-data"> <input type="file" name="filUpload[]"><br> <input type="file" name="filUpload[]"><br> <input type="file" name="filUpload[]"><br> <input name="btnSubmit" type="submit" value="Submit"> </form>
<?php for($i=0;$i<count($_FILES["filUpload"]["name"]);$i++) { if($_FILES["filUpload"]["name"][$i] != "") { $tmpfile=$_FILES["filUpload"]["tmp_name"][$i]; echo $tmpfile."<br>"; echo $_FILES["filUpload"]["name"][$i]; $file=@fopen($tmpfile,"r") or die("Can Not Open File. Please contact admin!"); while (!feof($file)) { $buffer = fgets($file, 4096); $text= explode(";",$buffer); $arr_num = count($text); echo"$text[0] $text[1] $text[2] $text[3] $text[4] $text[5] $text[6] $text[7] <br>"; //คำสั่ง Insert } } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง