文章列表
在本地tomcat6.0运行没有错误,可上传服务器报如下错误(服务器 tomcat5.28)
2009-01-04 18:11:41 StandardContext[]Shutting down Log4J2009-01-04 18:11:41 StandardContext[]Exception sending context destroyed event to listener instance of class org.springframework.web.util.Log4jConfigListenerjava.security.AccessControlException: acc ...
最近做了个文件上传的例子(现在网上能找到AJAX+JSP上传文件进度条的功能):
主要实现了两个功能;
1、将文件上传到服务器上
2、web服务器保存文件
最后附上源码
- 2008-10-21 16:02
- 浏览 1432
- 评论(0)
catalog.xml如下:
<?xml version="1.0"?>
<products>
<product>
<name>数学</name>
<price>Price</price>
<freeship>Free Shipping?</freeship>
</product>
<product>
<name>英语</name>
<price>5& ...