I upload an image this way.
Image _img = Image.FromFile("C:/...Puzzle/Img/444.jpg"); When you try to upload an image without specifying the full path, exeption crashes.
An exception of type 'System.IO.FileNotFoundException' occurred in System.Drawing.dll but was not handled in user code Additional information: 444.jpg How can I upload an image without specifying the path to it?