jspSmartUpload上传
做一个上传图片的代码,一直有错误代码如下:html:<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""ht...
做一个上传图片的代码,一直有错误代码如下:
html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="50%" border="1" align="center" cellpadding="0" cellspacing="1">
<tr>
<td><div align="center">
<form name="form1" method="post" action="do_test.jsp" enctype="multipart/form-data">
<p>file1:
<input name="file1" type="file" id="file1">
</p>
<p>
file2:
<input name="file2" type="file" id="file4">
</p>
<p>
<input type="submit" name="Submit" value="提交">
</p>
</form>
</div></td>
</tr>
</table>
</body>
</html> 展开
html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="50%" border="1" align="center" cellpadding="0" cellspacing="1">
<tr>
<td><div align="center">
<form name="form1" method="post" action="do_test.jsp" enctype="multipart/form-data">
<p>file1:
<input name="file1" type="file" id="file1">
</p>
<p>
file2:
<input name="file2" type="file" id="file4">
</p>
<p>
<input type="submit" name="Submit" value="提交">
</p>
</form>
</div></td>
</tr>
</table>
</body>
</html> 展开
2010-05-26
展开全部
将webapps/jspsmartupload目录下的子目录web-inf名字改为全大写的web-inf,这样一改jspsmartupload类才能使用。因为tomcat对文件名大小写敏感,它要求web应用程序相关的类所在目录为web-inf,且必须是大写。接着重新启动tomcat,这样就可以在jsp文件中使用jspsmartupload组件了。
2010-05-26
展开全部
中间那一段有问题啊。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询