🔒 Closed Making a file transfer application on c#

Status
Not open for further replies.

Vannaxxi

Fanatic
Someone please help me or give me a link of video tutorial. Nahihirapan po kasi ako gumawa kailagan kasi required siya para maka graduate ako. Thanks sa mga sasagot
 
File transfer as in from one directory to another? ang dali lang nyan sir at ang daming sample sa codeproject at stackoverflow.
 
I did it this way before..

C#:
HttpPostedFileBase file;

string saveDirectory = @"C:\blablabla\";



file.Filename // get filename



file.SaveAs('saveDirectory');
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 712
    Views
  • 4
    Participants
Last reply from:
vespine

Trending Topics

Online now

Members online
735
Guests online
3,468
Total visitors
4,203

Forum statistics

Threads
2,304,614
Posts
29,160,888
Members
1,196,881
Latest member
winterooo
Back
Top