Hi
I write code for save my Image file in one folder
The code as follow :
SavePath = Server.MapPath( "~/images/masterpageimage/");
MasterFile.Save (SavePath + fname);
This code perfectly run in my local machin but when I upload this code
to my server it give me error as
Exception Details: System.Runtime. InteropServices .ExternalExcept ion: A generic error occurred in GDI+.
Pls Help
Regards
Kiran
I write code for save my Image file in one folder
The code as follow :
SavePath = Server.MapPath( "~/images/masterpageimage/");
MasterFile.Save (SavePath + fname);
This code perfectly run in my local machin but when I upload this code
to my server it give me error as
Exception Details: System.Runtime. InteropServices .ExternalExcept ion: A generic error occurred in GDI+.
Pls Help
Regards
Kiran
Comment