Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / September 2006

Tip: Looking for answers? Try searching our database.

Uploading largish files through web services.....

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
UJ - 13 Sep 2006 13:17 GMT
I have largish (5-10MB) that I want to upload to my server It's all done
behind the scenes with no user intervention so speed isn't so much of an
issue and there is no interface for it.

What's the easiest way to do it ? I've used BITS with the Microsoft BIT
wrapper to download files bit the wrapper doesn't allow you to upload. So
what are my options ? WebClient ?

TIA - Jeff.
Gaurav Vaish (www.EduJiniOnline.com) - 14 Sep 2006 04:21 GMT
>I have largish (5-10MB) that I want to upload to my server It's all done
>behind the scenes with no user intervention so speed isn't so much of an
>issue and there is no interface for it.

I'd suggest splitting the files in multiple-parts and upload in chunks...
Since HTTP is stateless, if the connection breaks, HTTP requires resending
of all the data once again -- there's no resume support.

I'm implementing a web-service to be able to upload files with size in
excess of 20GB... you can subscribe to my articles and look for an
announcement soon. :-)

Signature

Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.