I have an Umbraco website which was working fine in localhost environment, when I moved it in to production server I am unable to upload any images to media, i checked the Umbraco log and found this is the error message coming
ERROR Umbraco.Web.WebApi.Filters.FileUploadCleanupFilterAttribute - Could not acquire actionExecutedContext.Response.Content
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Web.WebApi.Filters.FileUploadCleanupFilterAttribute.OnActionExecuted(HttpActionExecutedContext actionExecutedContext)
I have given network services full access to the folders and my httpRuntime module looks like this
uploading images to Umbraco media throws error
I have an Umbraco website which was working fine in localhost environment, when I moved it in to production server I am unable to upload any images to media, i checked the Umbraco log and found this is the error message coming
I have given network services full access to the folders and my
httpRuntime
module looks like thisCan anyone point out what I am missing here?
is working on a reply...