TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Raja
NA
2k
356k
How to Save Upload file in Multiple Server in asp.net C#?
Oct 6 2017 3:17 AM
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.
Reply
Answers (
5
)
price based slider for filter purpose
Generate large XLSX / CSV file in MVC for min 1 Lac records