<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <form action="upload" enctype="multipart/form-data" method="post"> Upload image: <input id="image-file" type="file" name="file"/> <input type="submit" value="Upload" /> <script type="text/javascript"> var allowed = ['jpeg', 'jpg', 'png']; $('#image- ile ').bind('change', function () { var s = this.files[0].type; if ($.inArray(s.toLowercase(), allowed) > -1) { alert('we allow only jpeg, jpg and png format '); this.value = ""; } }); </script> </form>
$('#image- ile ').bind // ตก f ตรง image-file
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง