When using DNN 4.0, I try to upload a skin and I get the following error:
Error: File Upload is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot access a closed file. ---> System.ObjectDisposedException: Cannot access a closed file. at System.IO.__Error.FileNotOpen() at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at System.Web.HttpRawUploadedContent.TempFile.GetBytes(Int32 offset, Int32 length, Byte[] buffer, Int32 bufferOffset) at System.Web.HttpRawUploadedContent.CopyBytes(Int32 offset, Byte[] buffer, Int32 bufferOffset, Int32 length) at System.Web.HttpInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) at ICSharpCode.SharpZipLib.Zip.ZipInputStream.FillBuf(Int32 size) at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry() at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.Modules.Admin.FileSystem.WebUpload.cmdUpload_Click(Object sender, EventArgs e) in E:\Websites\pwhadmin\colekcom\collectorlink.net\www\Admin\Files\WebUpload.ascx.vb:line 466 --- End of inner exception stack trace ---
I've seem mulitple posts on other forums talking about the httpruntime settings in teh web.config. I have changed that by adding requestLengthDiskThreshold="8192" and I still get this error. is there any other things I can try to get this running correctly?
Thanks for any Assistance
Jason B.