Lost universe of Programing
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Lost universe of Programing

USERNAME :- Forum Post:-114
 
HomePortalGalleryLatest imagesRegisterLog in

 

 UPLOADER Contol in C#, Making folder and Copy the file into

Go down 
AuthorMessage
Administrator
Admin
Admin
Administrator


Male
Number of posts : 160
Age : 38
Location : Lucknow
Job/hobbies : Software Engeener
What U like To do ? : Because Its Rock with me.
Registration date : 2008-01-06

UPLOADER Contol in C#, Making folder and Copy the file into Empty
PostSubject: UPLOADER Contol in C#, Making folder and Copy the file into   UPLOADER Contol in C#, Making folder and Copy the file into I_icon_minitime4/8/2008, 11:10 pm

Uploder Contoller in C#, helps in Coping the file from one Folder to a destinated folder .


Quote :
string FileName = "";
String FilePath = "";
FilePath=FileUpload1.PostedFile .FileName .ToString ();
FileName = System.IO.Path.GetFileName(FilePath);
FileUpload1.PostedFile.SaveAs("E:\\Project\\resume\\"+FileName);

So this is the Code For the Uploder control, where you can copy a particular file from a source folder to the resume folder..

Please Do reply Your suggetion
Back to top Go down
https://aspx.forumotion.com
 
UPLOADER Contol in C#, Making folder and Copy the file into
Back to top 
Page 1 of 1
 Similar topics
-
» HOW TO create Folder
» SEND TO FOLDER
» Virus Check of file of your system Check it

Permissions in this forum:You cannot reply to topics in this forum
Lost universe of Programing :: --=| SOURCE CODE |=-- :: CODE FOR C# & ASP.NET-
Jump to: