Issue with Ajax Uploader and 'cookieless=true' option

Last post 03-17-2009, 8:31 AM by michael. 3 replies.
Sort Posts: Previous Next
  •  03-15-2009, 3:29 PM 49898

    Issue with Ajax Uploader and 'cookieless=true' option

    Hi,
     
    I'm trying to use the Ajax Uploader with sessions and, in particular, with the 'cookieless=true' option placed inside the Web.config file.
    If I run the web application and I try to upload a file, the green bar doesn't appear and at the end I get the following error:

     
     
    I have already seen the post for the URL rewriting but I don't know if it is the same kind of error.
    Could you help me???
  •  03-15-2009, 6:55 PM 49899 in reply to 49898

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

    Hi,
     
    We can reproduce this error and would fix this issue soon.
     
    Regards,
    Terry
     
  •  03-15-2009, 7:18 PM 49900 in reply to 49899

    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
     
  •  03-17-2009, 8:31 AM 49980 in reply to 49900

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

    Hi Terry,
     
    The fix works, but the green bar doesn't appear.
    However it is better then nothing!!
     
    Thanks for the reply.
     
    Regards,
     
    Michael
View as RSS news feed in XML