CshBBrainPP 上传文件html实例
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
<form name="abc" action="http://192.168.1.111:8080/upload" method="post" enctype ="multipart/form-data">
<input id="File1" name="UpLoadFile" type="file" />
<input id="File2" name="UpLoadFile" type="file" />
<button type="submit" >提交</button>
</form>
</BODY>
</HTML>