摘要: 在客户端代码中需要使用<input type='file' name='file' />来选择要上传的文件,并上传,代码如下:<formaction="servlet/UploadFile"method="post"enctype="multipart/form-data"><inputtype="file"name="file1"id="file1"/><inputtype="file&qu 阅读全文
posted @ 2012-11-28 10:03 郑银辉 阅读(653) 评论(0) 推荐(0)