You won't have a lot of luck adding in callbacks like this for a progress
bar. The entire message gets transferred all at once, and there is no way
to signal (easily) that the far end is chunking thru the parts of the
message.
--------------------
>From: "Kai Huener" <>
>Subject: Stream of DIME-Attachement
>Date: Mon, 14 Feb 2005 14:55:12 +0100
>Lines: 13
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
>X-RFC2646: Format=Flowed; Original
>Message-ID: <#>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>NNTP-Posting-Host: lsne-catv-dhcp-29-223.urbanet.ch 80.238.29.223
>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservic es:5521
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>Hello,
>
>I want to send binary files to a webservice by using DIME-Attachments.
While
>the upload, I want to show a progressBar in the client application to show
>the status of the upload, but I have no idea how to get a stream or so of
>the sent DIME-Attachements. I have allready tried to use a SOAP-Extension,
>but by this, I got only a stream of the SOAP-Message and not of the
attached
>binaries. Has anybody an idea?
>
>Best Regards,
>Kai
>
>
>
|