Results 1 to 3 of 3

Thread: is it httpwebrequest not enough ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    382

    is it httpwebrequest not enough ?

    Is it httpwebrequest / httpwebresponse not enough to upload larger files (2-3 GB) ?

    I requested to all vb.net or c# uploader to share your opinion and alternative too

    Thanks
    Last edited by CatchItBaby; May 27th, 2011 at 01:52 PM.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    382

    Re: is it httpwebrequest not enough ?

    if I will simply write a file into stream i got error's


  3. #3
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: is it httpwebrequest not enough ?

    Of course you do. An application can only deal with so much memory (2gb on 32), its all bout how to load up a certain size, deal with it, clear it, and start again. Even when sending over the network, it is broken down into bits to send, same with webservices using whatever protocol, even http using chunking. I have never tried it using a webrequest, but I know of service example here.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width