• 웹에서 업로드시 사용하는 멀티파트형태의 폼 형식
<form method="post" enctype="multipart/form-data">
일반파라미터 : <input type="text" name="param1" value="0" />
첨부파일 : <input type="file" name="attach1" />
</form>
--> 이런형태로 업로드시 스트림형태는 다음과 같다. web upload stream format
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2009-07-14 07:45:55
Processing time 0.0058 sec