Re: Upload/Download Files Via WS

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Abhay (Abhay_at_discussions.microsoft.com)
Date: 11/10/04


Date: Wed, 10 Nov 2004 08:20:02 -0800


 want to create a webservice which will be used for uploading the file to the
server hosting the Web service.
I have seen some sample but of no use.
Note :

1. I want to upload file upto 50 MB ? This is possible with DIME/WSE. but
this will be achieved
using Chunking ? how can I achieve Chunking in my application is it inbuilt
feature or I have to write the complete code for this ?
2. I am using WSE 1.0 with .net 1.1
what is the best approach to achieve this ?
If any body have implemented ? plz do send some sample code .
Thanks in advance
Abhay

"Klaus H. Probst" wrote:

> WS-Attachments (nee DIME) work very well in this scenario -better than
> simple byte arrays on web methods. You can get DIME support if you install
> the WSE2 SDK. Just remember to keep your upload sizes below 4MB at a time.
> The whole thing breaks down once you go past 3.8MB or so.
>
> --
>
> Klaus H. Probst, MVP
> http://www.vbbox.com/
>
>
> "Demetri" <Demetri@discussions.microsoft.com> wrote in message
> news:7C47F103-04D8-4403-9E3E-F0241D3B8B8D@microsoft.com...
> > Hello,
> >
> > I'm involved in developing an application which has the need to transfer
> > files automtically once a laptop is connected back to the network. The
> > application i'm developing will automatically realize the network is
> > available and thus pass a file to a web service that will know what to do
> > with the file.
> >
> > My question is what is the best way to transfer a file via a web service
> > that my application will consume to invoke transfer's either way (upload
> or
> > download)?
> >
> > And what sort of security is best? Security is a concern - would not want
> > sneaky people intercepting the information.
> >
> > Thanks for any opinions or input on approaching a solution to this.
> > --
> > -Demetri
>
>
>



Relevant Pages

  • Re: Upload/Download Files Via WS
    ... can go ahead and compress files using GZIP before uploading them and ... > files automtically once a laptop is connected back to the network. ... > available and thus pass a file to a web service that will know what to do ... Security is a concern - would not want ...
    (microsoft.public.dotnet.framework.webservices)
  • large data transfers
    ... problem to download) but as the data to be uploaded could also be large (in ... short I'm looking at uploading XML Data) I have concerns (currently I'm ... The program that will be accessing the web service is written in VB6 (and ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Sharepoint Documents Storage
    ... seems that uploading documents to doclibs inside a site is creating ... All i can say at the moment is try another web service. ... Sharepoint server, and also added the Helper class to my proyect(in my ... I've also read the Erika Ehrli's blog, and many people have run through ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: File Upload and DownLoad
    ... the article link you provided gives a good example for uploading ... > files to an ASP.NET Web page, but if you want a Web Service to ... >> Jan Tielens ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Data Compression when Uploading data to ASP.NET 2.0 Web Services
    ... I've found a lot of articles about data compression when ... downloading data but nothing about compression when uploading. ... Data will be uploaded to the web service from handheld devices using GZip ...
    (microsoft.public.dotnet.framework.aspnet.webservices)