M
Mats Boberg
Hi,
I have problems with saving a bitmap to hdd from my asp.net page
I get the following error: "A generic error occurred in GDI+."
Code:
Bitmap bmp = new Bitmap(240,120);
bmp.Save([path]);
/Mats.
I have problems with saving a bitmap to hdd from my asp.net page
I get the following error: "A generic error occurred in GDI+."
Code:
Bitmap bmp = new Bitmap(240,120);
bmp.Save([path]);
/Mats.