Re: Call to MvcUploadFile.MoveTo throws an error

  •  11-21-2012, 6:09 AM

    Re: Call to MvcUploadFile.MoveTo throws an error

    Hi samh,

     

    Pleaset create a folder under the root of your site and name it to UploaderTemp, then set the TempDirectory for the uploader control in web.config as below.

     

    <appSettings>
        <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/>
    </appSettings>

     

    Ensure that your site has the write/read permisson of folder UploaderTemp.

     

    Regards,

     

    Ken


     

     

View Complete Thread