0
Answer

how to save file on server from windows forms ?

Faisal Ansari

Faisal Ansari

11y
1.2k
1
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