To copy file
C#
3
Posts
2
Posters
0
Views
1
Watching
-
-
Hi all.... how to copy a file from server to local disk using javascript.... is there any possible way like
copy.file(path1,path2);
in C# i tried a lot but didnt get how to... i'm writing an application in .net. but want to write some code in javascript.In C# just use this Using System.IO and File.Copy(fsInfo.FullName, strDestFileName, True) and Why u need java scripts for this ?:confused:
Happy Programming ----- Abhijit
-
In C# just use this Using System.IO and File.Copy(fsInfo.FullName, strDestFileName, True) and Why u need java scripts for this ?:confused:
Happy Programming ----- Abhijit