Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • athul 26 posts 117 karma points
    Feb 06, 2017 @ 05:27
    athul
    0

    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

        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

            <httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.5" maxRequestLength="5120000"  />
    

    Can anyone point out what I am missing here?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies