Ask a Question related to ASP.NET Web Services, Design and Development.
-
Anin via .NET 247 #1
need to help to copy file from server to client through webservices
(Type your message here)
Hi,
I have to download a file from the server to the client using webservices. Its an xml file.
Any help would be appreciated.
--------------------------------
From: Anin
-----------------------
Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
<Id>TnnJrwdn302SKMYo+EK1lA==</Id>
Anin via .NET 247 Guest
-
copy file from Novell server
I have a ASP.NET web application which is required to copy file from windows server to Novell Netware server. I have used impersonation to connect... -
Copy file from one server to another
Hello, I'm trying to copy a file from another server to our CF server. I've tried using CFFILE to do this with no success. I keep getting this... -
Problems! WinNT Client -> WinXP Web Server -> Win2000 File Server
Hi everyone, I have an WinXP Server and an ASP.NET application that access files in a third machine, Win2000 Server. I am using Windows... -
Save a file on the Server from Client
Hi All, I want to be able to save a file from the client's PC on the server. The tricky part is the aspx page is never actually seen by the... -
File on disk copy to server
zafer wrote on 23 jul 2003 in microsoft.public.inetserver.asp.general: I suppose the file is not there to be getfiled, perhaps because you have... -
Keenan Newton #2
Re: need to help to copy file from server to client through webservices
Well Here area copy of ideas:
Since it is an Xml file you could take the file read it into an
XmlNode, and pass the XmlNode to the web service client. That would be
the easiest way, but at the same time I would not do this for large
files.
Another way is using WSE 2.0, it supports file attachments so you can
actually send the actual file across this performs better especially
with larger files, but it more complex to use
Keenan Newton Guest



Reply With Quote

