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

  • Home
  • SEARCH
  • 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'm currently using VS2005 Profesional and .NET 2.0, and since our project is rather
I have VS2005 and I am currently trying to debug an ASP.net web application.
I have a VS2005 web application I am using the MySQL active record templates
I am using VS2005 which seems to be shipped with .NET 2.0 SP2. If
Can anyone suggest a good source control system that interfaces with VB2005 Express? As
Is there a way I can create Windows firewall exceptions in VB2005? I'm trying
Using VS2005/2008 as a resource editor, one of the options in the Add Resource
Inside VS2005, our whole programming staff gets this error message sporadically and it is
I recently upgraded a VS2005 web deployment project to VS2008 - and now I

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.