สคริปดี ๆ ในการพัฒนาต่อยอด
ผลงานจาก http://www.thaiall.com/java/indexo.html
นำไปใช้ในระบบ E-Profile เพื่อให้แนบไฟล์เพิ่ม
Add Input Field (Refresh) ตัวอย่าง -> http://www.thaiall.com/java/addinput.htm
Add Input Field (Not Refresh) ตัวอย่าง -> http://www.thaiall.com/java/addinput2.htm
ปัญหา :
- ไม่เก็บค่าเดิมไว้เวลาเพิ่มฟิลด์ ต้อง Add input field เท่าที่ต้องการก่อน
- แนบไฟล์ไปแล้วไม่่อ่านค่าให้แฮะ เดี๋ยวเก็บไว้เป็นการบ้านหน่อย
หมายเหตุ "คำสั่งอ่านไฟล์ที่ upload"
* $_FILES["file"]["name"] - the name of the uploaded file
* $_FILES["file"]["type"] - the type of the uploaded file
* $_FILES["file"]["size"] - the size in bytes of the uploaded file
* $_FILES["file"]["tmp_name"] - the name of the temporary copy of the file stored on the server
* $_FILES["file"]["error"] - the error code resulting from the file upload