BITS v1.5 Upload

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Does anyone know how to implement BITS v1.5 upload feature in ASP .NET? I found the way to setup the server side but no luck in implementing a web-based client application. I know there's a UploadFile() in ASP .NET but it doesn't support resume ability. This is why I want to use BITS v1.5 upload feature

Please help, thanks
-P
 
You want to deploy a windows app through a web site (a bit confused as you
talk about ASP.NET and a web based application) ?

The basics :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet10142001.asp

You also have an application block if you need more control :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/updater.asp


Patrice

Paul said:
Hi,

Does anyone know how to implement BITS v1.5 upload feature in ASP .NET? I
found the way to setup the server side but no luck in implementing a
web-based client application. I know there's a UploadFile() in ASP .NET but
it doesn't support resume ability. This is why I want to use BITS v1.5
upload feature.
 
Back
Top