Re: TempDirectory is driving me crazy.

  •  12-30-2009, 9:03 PM

    Re: TempDirectory is driving me crazy.

    I finally got this to work by expressing the full path in the web.config file like this:
     
    <add key="CuteWebUI.AjaxUploader.TempDirectory" value="c:\inetpub\wwwroot\dmportal\PI\tmp" />
View Complete Thread