xautlx / s2jh

A Java/J2EE development framework for enterprise system based on Struts/Spring/JPA/Hibernate and jquery/bootstrap
GNU Lesser General Public License v3.0
321 stars 242 forks source link

AttachmentFile这个对应的附件上传功能有对应的实现吗? #62

Closed flanliulf closed 10 years ago

flanliulf commented 10 years ago

代码中好像没有看到对应的jsp和js,好像只有Entity,Controller,能说一下实现思路吗

xiaolongyuan commented 10 years ago

你知道怎么配置其他的数据源么?

xautlx commented 10 years ago

可以先访问开发分支:http://git.oschina.net/xautlx/s2jh/tree/snapshot,待稳定验证后会merge到master

flanliulf commented 10 years ago

阿里云上的附件上传功能貌似有问题,显示上传成功,但是下载来的是空白文件

flanliulf commented 10 years ago

另外,上传的文件保存目录是在哪里?

xautlx commented 10 years ago

问题已修正,并更新阿里云版本。最新代码在snapshot。

/**
 * 获取文件上传根目录:优先取cfg.file.upload.dir参数值,如果没有定义则取当前用户主目录${user.home}/attachments
 * @return
 */
public String getFileUploadRootDir()

22:04:08.863 DEBUG l.s.s.w.a.AttachmentFileController[75] - Saving attachment file to disk: /root/attachments/2014/06/16/e6/20140616e6e6fd3dbb-7254-4a44-976f-42e3da4566d3.png