lishunli / nutz

Automatically exported from code.google.com/p/nutz
0 stars 0 forks source link

为Nutz的上传功能增加相对路径的支持 #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
问题产生的条件:
 使用绝对路径,系统移植时必须要重新编译或更改配置文件。希望能为UploadAdaptor提供此
参数或者增加一个默认的目录如user.home。也可提供其它的解��
�方案

发生问题的调用代码:

异常堆栈:

相关日志:

Original issue reported on code.google.com by xjf1986...@gmail.com on 2 Mar 2010 at 12:40

GoogleCodeExporter commented 9 years ago
应该默认使用 ~/nutz/mvc/upload 作为临时文件夹
解决的方法是在 Adaptor 的构造参数里增加 ${app.root} 作为 
占位符, Nutz.Mvc 会预先替换一下
同理,也应该让 @Filters(@By) 支持 ${app.root} 占位符

Original comment by zozoh...@gmail.com on 2 Mar 2010 at 12:45

GoogleCodeExporter commented 9 years ago
首先, Files.findFile 应该支持 ~ ,寻找用户主目录下的文件

Original comment by zozoh...@gmail.com on 24 Mar 2010 at 1:05

GoogleCodeExporter commented 9 years ago
fixed in r 970

Original comment by zozoh...@gmail.com on 24 Mar 2010 at 2:43

GoogleCodeExporter commented 9 years ago
^_^

Original comment by xjf1986...@gmail.com on 25 Mar 2010 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by wendal1985@gmail.com on 13 May 2010 at 11:00