HTML 29 <input type="file> 태그로 파일 선택 창 만들기

프론트엔드/HTML|2021. 4. 3. 10:36
Document 파일첨부 : *2MB까지 가능

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    파일첨부 : <input type="file"> *2MB까지 가능 
</body>
</html>

댓글()
구독