Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
how to save file on server from windows forms ?
Faisal Ansari
11y
1.2k
1
Reply
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
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Using multiple forms in one application
Read Word document line by line (Include Header and Footer)