Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 318953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:37:01+00:00 2026-05-12T08:37:01+00:00

In vb2005 how do you simulate a web browser’s file download using Net.HttpListener? This

  • 0

In vb2005 how do you simulate a web browser’s file download using Net.HttpListener?

This current program functions somewhat like a webserver. how when a client from a web browser
asks for a file do i allow them to down load the file? currently the method will tell the browser that there is a file but it will fail after the client oks the file for download.
below is the code im trying to use

Dim fname As New IO.FileInfo(cuser.Request.QueryString(itm))
                                hedlst.Add(Net.HttpRequestHeader.ContentType, "application/octet-stream")
                                hedlst.Add(Net.HttpRequestHeader.ContentEncoding, "UTF-8")
                                hedlst.Add("Content-Disposition", "attachment;filename=""" & fname.Name & """")
                                cuser.Response.ContentEncoding = System.Text.Encoding.UTF8
                                Me.Invoke(xnl, uname & " begining download of file : " & fname.FullName)
                                writeoutstream(cuser.Response, fname.OpenRead, hedlst)
                                Me.Invoke(xnl, uname & " downloaded file : " & fname.FullName)

  Private Sub writeoutstream(ByRef uret As Net.HttpListenerResponse, ByRef outtxt As IO.Stream, ByVal headers As System.Net.WebHeaderCollection)
    uret.SendChunked = True
    uret.Headers = headers
    outtxt.Position = 0
    Dim cnl(outtxt.Length) As Byte
    outtxt.Read(cnl, 0, cnl.Length)
    uret.OutputStream.Write(cnl, 0, cnl.Length)
    cnl = Nothing
    outtxt.Dispose()
End Sub
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:37:01+00:00Added an answer on May 12, 2026 at 8:37 am

    close must be called on the outgoing stream to tell the browser that the file is done

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do i allow the HttpListener in vb2005.net to allow outside access? For testing
I am using VS2005 ASP.NET 2.0. I have a web application which uses Active
Duplicate of https://stackoverflow.com/questions/885696/how-do-i-perform-a-better-colorize-function I am using this function in vb2005 to colorize a pixel,
Using VS2005 I am using Gridview in my web page, when i load the
(VS2005, .Net 2.0) I have a form that is displayed as a dialog using
I am using VS2005 c#. I have this function for converting pipe delimited text
I am using VS2005 C# ASP.NET 2.0. I have used role management in the
I am using VS2005 C# ASP.NET 2.0. I want to know where can I
In vb.net (using vs2005), I'd like to see if www.domain.com/myfile.txt exists. Thanks in advance!
I'm currently using VS2005 Profesional and .NET 2.0, and since our project is rather

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.