Large file upload
From: Bradley Plett (plettb_at_newsgroup.nospam)
Date: 03/23/05
- Next message: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Previous message: Yves Reynhout: "Re: WSE Client Port with soap.tcp"
- Next in thread: [MSFT]: "RE: Large file upload"
- Reply: [MSFT]: "RE: Large file upload"
- Reply: Pril: "Re: Large file upload"
- Reply: Jonathan Eggert via DotNetMonster.com: "Re: Large file upload"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Mar 2005 17:37:07 -0700
I need to upload large files (100MB+) via a web service. The files
are typically XML or CSV files. (Yes, they compress well, and I'll
probably want to add compression later, though it's not immediately
urgent since, for now, this is all internal on high-speed links.)
I've been researching this for a while now, and I've come to the
conclusion that the best way to do this would be to implement
IXmlSerializable and stream the files. Unfortunately, I haven't
managed to figure out how to do this for file uploads. Despite my
searching, I have not been able to find a good, full example either.
I'm trying to use WSE2. Can anyone help me either by showing me some
code or pointing me to a good example? I found one reasonably good
example of the server sending a large file to the client, but the
other direction seems to be just different enough that I haven't
gotten it to work in reverse.
Any help would be appreciated!
Thanks!
Brad.
- Next message: Sebastien Ollivier: "Re: WSE 2.0 and french text"
- Previous message: Yves Reynhout: "Re: WSE Client Port with soap.tcp"
- Next in thread: [MSFT]: "RE: Large file upload"
- Reply: [MSFT]: "RE: Large file upload"
- Reply: Pril: "Re: Large file upload"
- Reply: Jonathan Eggert via DotNetMonster.com: "Re: Large file upload"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|