+ -
当前位置:首页 → 问答吧 → 注册头像问题 求高手指点,感激不尽!

注册头像问题 求高手指点,感激不尽!

时间:2011-11-13

来源:互联网

如何用JSP做出来(文件对话框)然后选择(头像)再将其保存到数据库呢?

作者: you_understand   发布时间: 2011-11-13

上传图像,

作者: trocp   发布时间: 2011-11-13

在jsp中用form将图片发送给servlet
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" value="保存">
</form>

在servlet中用输入输出流将图片写入服务器,要用到apache的jar包commons-fileupload.jar和commons-io.jar,数据库只存放图片地址即可。

作者: zheng__dian   发布时间: 2011-11-14

绑定值做好即可

作者: chen870201   发布时间: 2011-11-14

热门下载

更多