예제
<html> <head> <meta charset="utf-8"> </head> <body> <form action="http://localhost/upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="profile"> <input type="submit"> </form> </body> </html>
HTML 수업
<html> <head> <meta charset="utf-8"> </head> <body> <form action="http://localhost/upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="profile"> <input type="submit"> </form> </body> </html>