<formc action='upload' method='post'
enctype='multipart/form-data' target='repactFrame'>
<input type='file'>
</form>
// entype : form 내에 <input type='file'>이 있을 경우 'multipart/form-data'로 지정
// target : form이 submit 되고 난 뒤 서버로부터 받는 response를 표시할 대상을 지정