M
Mahesh D. Rane
Hi,
I am facing problem while downloading a file in web
services.
My Donwload Code in Web services :
WebClient objClient = new WebClient();
objClient.DownloadFile(pstrDestinationPath,pstrSourcePath);
But Every time its downloading only 4k file. But my actual
file file is 10MB.
Is there any other method for downloading file in web
services ?
Regards,
Mahesh D. Rane
LnTInfotech, Powai.
Mumbai.
I am facing problem while downloading a file in web
services.
My Donwload Code in Web services :
WebClient objClient = new WebClient();
objClient.DownloadFile(pstrDestinationPath,pstrSourcePath);
But Every time its downloading only 4k file. But my actual
file file is 10MB.
Is there any other method for downloading file in web
services ?
Regards,
Mahesh D. Rane
LnTInfotech, Powai.
Mumbai.