Hey Friends....
Today I m facing such kind of problems how to copy file from one folder to other folder and both have in same server folder.so in this i am using this c# code but it not working .please help
------------------C# code----------------------------
File.Copy(sourcepath,destinationpath);
Shubham KumarPosted Feb 23, 2016, 4:37 AM
{
File.Copy(Fixpath, ".../myweb/user/newimagefolder");
}
nitesh garewalPosted Feb 23, 2016, 4:28 AM
Shubham KumarPosted Feb 23, 2016, 4:19 AM