Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Post
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Reply
How to Save Upload file in Multiple Server in asp.net C#?
Raja
6 years ago
354
Reply
I have used below code to upload the file and save in directory
SourceUpload sourceupload = new SourceUpload();
sourceupload.Filename = fileUploadsource.FileName;
sourceupload.Path = Server.MapPath(@"../Upload/");
sourceupload.Fullpath = sourceupload.Path + sourceupload.Filename.ToString();
filenameoriginal = sourceupload.Filename;
sourceupload.Fpath = @"../Upload/" + sourceupload.Filename;
In this code file stored in side my application directory.
Now i want to store the file in another server how to save the file in another server.
i create Virtual Directorie to save but how to do it.
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
price based slider for filter purpose
Generate large XLSX / CSV file in MVC for min 1 Lac records