jsp smartupload组件,图片上传后无法保存到指定的文件夹.

代码如下:smartupload04.htm:<html><head><title>smartupload</title></head><body><formaction... 代码如下:
smartupload04.htm:
<html>
<head>
<title>smartupload</title>
</head>
<body>
<form action="smartupload04.jsp" method="post" enctype="multipart/form-data">
文件名称:<input type="text" name="uname"><br>
上传的图片:<input type="file" name="pic"><br>
<input type="submit" value="上传">
</form>
</body>
</html>
-------分割线 -------------
smartupload04.jsp:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<jsp:useBean id="smartupload" class="org.lxh.smart.SmartUpload"/>
<html>
<head>
<title>smartupload</title>
</head>
<body>
<%
request.setCharacterEncoding("GBK") ;
smartupload.initialize(pageContext) ; // 初始化上传
smartupload.upload() ; // 准备上传
String name = smartupload.getRequest().getParameter("uname") ;
name = name + "." + smartupload.getFiles().getFile(0).getFileExt() ;
String fileName = this.getServletContext().getRealPath("/") + "upload/" + name ;
smartupload.getFiles().getFile(0).saveAs(fileName) ;
%>
<img src="upload/<%=name%>" width="300" height="200">
</body>
</html>
展开
 我来答
16...7@qq.com
2010-06-23 · TA获得超过781个赞
知道小有建树答主
回答量:818
采纳率:0%
帮助的人:389万
展开全部
要我的建议 你还是自己写一个上传功能 别用封装过的
虽然简单 但最后学不到精髓 上传是最基础的东西
等你学到了以后 估计你也不需要在百度上问这个问题了
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
rpg365
2010-06-24 · TA获得超过135个赞
知道答主
回答量:48
采纳率:0%
帮助的人:54.6万
展开全部
同意shengyysqa 的说法,自己写上传组件,你会比较深刻的了解到http协议,对以后都有好处。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
IT锦囊
2010-06-23 · TA获得超过441个赞
知道小有建树答主
回答量:1333
采纳率:0%
帮助的人:688万
展开全部
先以路径:this.getServletContext().getRealPath("/") + "upload/"创建一个目录,再调用saveAs
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zymb1983
2010-06-23 · TA获得超过199个赞
知道小有建树答主
回答量:361
采纳率:0%
帮助的人:122万
展开全部
现在是保存在哪啊?C盘根?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式