上传后后的文件命名为:"createdocument-admin_2012\06\19.文件后缀".
如:CreateDocument-Admin-6\15\2012_134.html。
调试的时候报:An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
有人遇到过吗?
regarding the origin and location of the exception can be identified using the exception stack trace below.
找出原始的异常信息看。
从你的说明看,应该是路径CreateDocument-Admin-6\15\不存在,此时,应该先判断下路径是否存在,不存在则先创建路径再创建文件。
或者你把文件名中的\替换为-
谢谢,替换为空了,CreateDocument-Admin-6152012_134.html,ok了
@青 草 香:
把“月日年”用MMDDYYYY的格式吧,否则。。。可能会有文件名冲突。
系统不允许建立这样名称的文件,修改下格式就行了,例如:*****_2012_06_19.文件后缀
嗯,这个地方我也发现了,只是觉得吧,把CreateDocument-Admin-6\15\2012_134.html一放到文件名里面,它就自动消除了。呵呵,也非常谢谢你。