httpwebrequest usage

  •  12-22-2010, 7:45 AM

    httpwebrequest usage

    Hi,
     
    Now I code my fileuploads in a way the file is loaded into memory and send by HTTPwebrequest to thrid party servers, often with oauth parameters. I'm interested in the capability of checking the filesize before the file is processed. Can I handle the ajax uploader control exactly the way the .NET fileupload control is used? So ca I still do my stuff as usual but have the advantage of filesize check before loading the whole file?
     
    Thx!
View Complete Thread