Getting error uploading in google chrome

Last post 08-19-2009, 11:44 PM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  08-19-2009, 10:24 AM 54808

    Getting error uploading in google chrome

     
     
    Hello
     
    i m getting above error while uploading files in google chrome
     
    kindly help me
     
    Thanks
    Shaitender
     
     
  •  08-19-2009, 8:44 PM 54826 in reply to 54808

    Re: Getting error uploading in google chrome

    Shaitender,
     
    did you set the 'TempDirectory' property ?
     
    This problem is executing the
     
    Server.MapPath("dir/../dir") , and the server do not allow ".."
     
    Our code do not use ".." , it must come from other configuration.
     
    Regards,
    Terry
  •  08-19-2009, 11:03 PM 54830 in reply to 54826

    Re: Getting error uploading in google chrome

    Yes Terry ,
    i have set 'TempDirectory' property  to  "../images" in my code.
     
    will it work if i change it to "~/images" ?
     
    Thanks
    shaitender.
  •  08-19-2009, 11:44 PM 54834 in reply to 54830

    Re: Getting error uploading in google chrome

    Yes.
     
    Both the "~/xxx" or "d:/xxx" will work

    Regards,
    Terry
View as RSS news feed in XML