Jun 10, 2008 #1 ringadeal Technical User Jan 16, 2008 67 US Jpeg.Open Server.MapPath("Request.QueryString("path")") What characters are missing from the above code
Jpeg.Open Server.MapPath("Request.QueryString("path")") What characters are missing from the above code
Jun 10, 2008 1 #2 gmmastros Programmer Feb 15, 2005 14,901 US Maybe you have too many characters. Have you considered that? try... Code: Jpeg.Open Server.MapPath(Request.QueryString("path")) -George "The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom Upvote 0 Downvote
Maybe you have too many characters. Have you considered that? try... Code: Jpeg.Open Server.MapPath(Request.QueryString("path")) -George "The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom