Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Stream of DIME-Attachement

Reply
Thread Tools

Stream of DIME-Attachement

 
 
Kai Huener
Guest
Posts: n/a
 
      02-14-2005
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


 
Reply With Quote
 
 
 
 
Dan Rogers
Guest
Posts: n/a
 
      02-15-2005
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
>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert DVD with subtitle stream to DivX with same subtitle stream(selectable) malise Software 2 04-17-2007 09:15 AM
what is the different between byte stream and character stream? dolphin Java 6 03-18-2007 01:58 PM
get stream mode flags from an opened stream Alexander Korsunsky C++ 1 02-17-2007 10:38 AM
How to GET multi-word input from a *file* stream as opposed to a *console* stream? sherifffruitfly@gmail.com C++ 9 04-27-2006 04:14 PM
Doing readline in a thread from a popen4('rsync ...') stream blocks when the stream ends. Rasmusson, Lars Python 1 04-30-2004 08:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57