I\'ve been working on this small piece of code that seems trivial but still, i cannot really see where is the problem. My functions do a pretty simple thing. Opens a file, c
System.Drawing.Image FileUploadPhoto = System.Drawing.Image.FromFile(location1); FileUploadPhoto.Save(location2); FileUploadPhoto.Dispose();