Re: Issue with Ajax Uploader and 'cookieless=true' option

  •  03-15-2009, 7:18 PM

    Re: Issue with Ajax Uploader and 'cookieless=true' option

    Hi,
     
    Before we fix this issue,
     
    You can use this in web.config to fix it temporary: 
     
    <configuration>
      <appSettings>
       <add key="CuteWebUI.AjaxUploader.RewritePath" value="False" />
    ...
     
    Regards,
    Terry
     
View Complete Thread