form 폼 제출 과 ajax 제출 의 차이

649 단어 Ajax
form 폼 은 전체 페이지 가 서버 주소 로 건 너 가서 데 이 터 를 제출 합 니 다.
ajax 는 이 주소 post 데이터 로
 
<form style="padding:0px;margin:0px;" target="upload" action="http://115.28.222.129:8080/cgi-bin/upload.cgi" id="uploadForm" name="uploadForm" encType="multipart/form-data" method="post">
    <input name="file" type="file" multiple />
    <input type="submit" value="submit"/>
</form>
//               iframe  
<iframe name="upload" style="display:none"></iframe>

좋은 웹페이지 즐겨찾기