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

Ask A Question

Stats

  • Questions 169k
  • Answers 169k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer gcc can dump an assembly listing using -S switch -… May 12, 2026 at 1:52 pm
  • Editorial Team
    Editorial Team added an answer If you're in the global scope then there's not much… May 12, 2026 at 1:52 pm
  • Editorial Team
    Editorial Team added an answer If you are at the server, processing the request, then… May 12, 2026 at 1:52 pm

Related Questions

In vb2005 how do you simulate a web browser's file download using Net.HttpListener? This
How do you register a name for a program in the windows run dialog?
I have been asked recently to produced the MIPS (million of instructions per second)
When I use conditional breakpoint in VS2005 instead of using temporary code to check
How do I tell NAnt to use the same VB compiler VS2008 uses when

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.