System.ObjectDisposedException: Cannot access a closed file
本人想批量上传照片,在local的时候,一切功能都正常,上传文件存数据库以及存相片文件夹都正常。
可是当把程序放到server上,上传一张照片就会报错,当上传四张以上,第一张正常,第二张以后就抱错,抱错的代码为:file.SaveAs(Server.MapPath(relativepath));察看log里面的纪录说是:System.ObjectDisposedException: Cannot access a closed file.
不知道为什么了,恳请大家帮忙!谢谢!