I simply try to convert "~/Telerik.Web.UI.WebResource.axd?imgid=310aa01d42ba47e1af090c60b520dd8e&type=rbi"
this path to physical path.
I simply tried below code but it throws Exception and says "Illegal characters in path".
Server.MapPath("~/Telerik.Web.UI.WebResource.axd?imgid=310aa01d42ba47e1af090c60b520dd8e&type=rbi")
I am not exactly sure it is possible to do that or not.
Edit: I actualy have RadBinaryImage That holds the url. I want to have byte array from RadBinaryImage and this is what i try to access file.