So I am trying to take a picture that i save to my server in a temp images folder and I want to then later on take it and apply some System.Drawing stuff to it. I know that the image is being saved correctly since I can go to http://localhost/TempImages/x.png but when i try to create the Image from Image z = Image.FromFile("TempImage/x.png"); its giving me a file not found exception. I tried all sorts of Path. operations but none I tried seemed to work. Can someone give me some help/insight into what I am doing wrong? Thanks in advance.
So I am trying to take a picture that i save to my server
Share
Try this instead:
To indicate that
TempImageis a folder and not a file.