将图像上传到文件夹并将路径发送到struts中的数据库?

时间:2011-02-23 11:14:38

标签: java jsp file-upload struts

将图像上传到文件夹并将路径发送到struts中的数据库?

1 个答案:

答案 0 :(得分:0)

你应该看看apache commons FileUpload http://commons.apache.org/fileupload/using.html

也许这篇文章也会帮助你http://struts.apache.org/2.0.14/docs/file-upload.html

相关问题