日期:2014-05-20  浏览次数:20606 次

拷贝过来的项目上传使用不了,求围观

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>添加头像页面</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel="StyleSheet" href="../css/table.css" type="text/css" />
<link rel="StyleSheet" href="../css/check.css" type="text/css" charset="GB2312"/>
<script type="text/javascript" src="../js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../js/check.js" charset="GB2312"></script>
</head>

<body>
<div class="title">
<h1>
智慧城市后台管理系统——添加头像
</h1>
</div>
<form action="addFace.action" enctype="multipart/form-data"
method="post" id="mc-form">
<table width="90%" id="mytab" border="1" class="t1">
<tr class="a1">
<th colspan="2" scope="col">
添加头像信息
</th>
</tr>
<tr>
<th scope="row">
头像性别:
</th>
<td>
<input type="radio" checked="checked" name="FSex" value="男" />
&nbsp;男
<input type="radio" name="FSex" value="女" />
&nbsp;女
</td>
</tr>
<tr class="a1">
<th scope="row">
头像位置:
</th>
<td>
<input type="file" name="image" class="editbox4" id="mustWrite"/>
<font color="red">支持宽度为40px,长度40px</font>
</td>
</tr>
<tr>
<th colspan="2" scope="row">
<input type="submit" name="Submit" value="提交" id="send"/>
&nbsp;
<input name="reset" type="reset" id="reset" value="重置" />
</th>
</tr>
</table>
<font color="red">${feedback}</font>
</form>
</body>
</html>

这是jsp代码:中间也没有<!-- -->
这个是错误信息
2013-9-8 12:09:07 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.