วิธีสร้างปุ่มอัปโหลดไฟล์ด้วย HTML โค้ดมีดังต่อไปนี้ -
ตัวอย่าง
<!DOCTYPE html> <html> <head> <h1>File upload button example</h1> <p>Click on the "Choose File" button to upload a file:</p> <form> <input type="file" id="FILE" name="filename"> </form> </body> </html>
ผลลัพธ์
รหัสข้างต้นจะสร้างผลลัพธ์ต่อไปนี้ -
เมื่อคลิกปุ่ม "เลือกไฟล์" -