Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Services (http://www.velocityreviews.com/forums/f64-asp-net-web-services.html)
-   -   Example of HTTP file transfer (http://www.velocityreviews.com/forums/t784456-example-of-http-file-transfer.html)

BobAchgill 01-29-2005 09:05 PM

Example of HTTP file transfer
 


Can you point me to a simple example of how to transfer
files using HTTP methods available in .Net.

Bob

Christoph Schittko [MVP] 01-31-2005 07:53 PM

RE: Example of HTTP file transfer
 
Are you looking to transfer the files to an ASP.NET web page, then look at at
the WebClient class [0].

If you are trying to transfer a file to a SOAP Web service, than take a look
at DIME attachments and WSE [1].

HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko


[0]
http://msdn.microsoft.com/library/de...dfiletopic.asp

[1]
http://msdn.microsoft.com/library/de...ml/wsedime.asp

"BobAchgill" wrote:

>
>
> Can you point me to a simple example of how to transfer
> files using HTTP methods available in .Net.
>
> Bob
>



All times are GMT. The time now is 07:41 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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