主题 : jeecms 2.4.2 后台添加视频 |
级别: 童生
![]() |
1# 发表于:2011-07-29 13:53:28 IP:125.147.*.*
|
||||
---|---|---|---|---|---|
级别: 童生
![]() |
3# 发表于:2011-07-29 13:56:31 IP:125.147.*.*
修改过其他地方的源码,在新增和编辑页面我没有动过。之前还是正常的,不知道该到什么地方,现在不能使用啦。
|
||
---|---|---|---|
级别: 童生
![]() |
5# 发表于:2011-07-29 14:01:29 IP:125.147.*.*
补充,进入action中:FileUtils.copyFile(new File(mediaFilename), toSave);这句代码报错
try { File toSave; toSave = new File(realPath); FileUtils.copyFile(new File(mediaFilename), toSave); log.info("上传文件成功:{}", realPath); if (rule.isNeedClear()) { rule.addUploadFile(UtilsFile .sanitizeFileName(mediaPath), toSave.getName(), toSave.getAbsolutePath(), toSave .length()); } return SUCCESS; } catch (IOException e) { error = "上传失败!信息:" + e.getMessage(); log.error("上传失败!", e); return SUCCESS; } 看高手们有没有思路,帮忙解决一下。 |
||
---|---|---|---|
1
共1页