What i get is
src = Request.QueryString["imgsrc"];//src = "images/file 15.jpeg";
System.Drawing.Image image = System.Drawing.Image.FromFile(Server.MapPath(src));
the second line returns System.IO.FileNotFoundException cause of the space in the path.
What should i do to encode or do something to read this kind of paths;