<form action="google.co.th"> <input type="file" id="flFile" /><span id="sFile"></span> <button type="button" id="btnSubmit">Save</button> <form> <script src="jQuery.min.js"></script> <script> $(function(){ $('#flFile').change(function(){ var type=$(this).val().substr(-3); if(type == 'pdf'){ $('#sFile').html('<img src="true.png">'); }else{ $('#sFile').html('<img src="false.png">'); alert('File not support !!'); } }); $('#btnSubmit').click(function(){ $('input[type=file]').each(function(index, element) { if($(this).val() != ''){ var type=$(this).val().substr(-3) if(type != 'pdf'){ $(this).focus(); return false; } } }); }); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง