Edit in JSFiddle

<!DOCTYPE html>
<html lang="ko-KR">
<head>
	<title>PHP 이미지 업로드 이미지 가로 세로 사이즈 변경</title>
	<meta charset="UTF-8">
</head>
<body >
	<form name="Frm" id="Frm" method="post" action="test_upload.php" enctype="multipart/form-data">
		이미지선택 : <input type="file" name="upload_file" id="upload_file"> <input type="submit" name="submit" value="업로드">
	</form>
</body>
</html>