Hi
the file i am testing on has the path E:\dynamicweb.net\solutions\Sendistovan\lyfta.dw9.dynamicweb-cms.com\files\Images\1883.jpg
This is stored in a string named "ImgOnServer"
And the public link is http://lyfta.dw9.dynamicweb-cms.com/files/Images/1883.jpg
But this code returns false.
File.Exists(System.Web.HttpContext.Current.Server.MapPath("@ImgOnServer"))
Does it have something to do with permission, or am I doing something wrong in the code?
/Hans