Faisal Ansari

Faisal Ansari

  • NA
  • 451
  • 820.2k

how to save file on server from windows forms ?

Apr 1 2013 3:10 AM
hello guys how r u ? 

i am creating an application which is about scann documents when document is scanned from system then that image would be sove on server 

code is below 

                        string tempPath = @"\\192.168.1.99\UploadArchiveTemp\\";
                        string path = @"\\192.168.1.99\UploadArchive\\";

 Image scanImage = (Image)bmpImage;
                            scanImage.Save(tempPath + i + ".jpg");

exception occur on save image ...


reply soon

Thanks