Q&A

  • 파일 업로드에 관해서?
<form method="post" enctype="multipart/form-data" action="fileupload.exe">
<input type="file" name="attach_file">
<input type="submit" value="파일올리기">
</form>

fileupload.exe 를 cgi로 작성한다면 파일업로드 하는 방법좀 갈켜주십시요!


0  COMMENTS