kyty
Member since Dec 11, 2008
- Profile: /members/249-kyty.htm
- Comments: 1
Recent Blog Comments By kyty
-
The '..' Characters Are Not Allowed In The Path Parameter For The MapPath Method
Posted on May 10, 2007 at 7:07 PM
This problem may also be solved using Request.ServerVariables("APPL_PHYSICAL_PATH") which returns the path to the root folder. So, if you want to access a file in a parent directory like ../MyFiles/Image.gif it is ok to write MyPath = Request.ServerVariables("APPL_PHYSICAL_PATH")+"/MyFiles/Ima... read more »