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 114509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:52:19+00:00 2026-05-11T02:52:19+00:00

Pardon the dumb newbie question here; web programming isn’t my forte… (blush) I have

  • 0

Pardon the dumb newbie question here; web programming isn’t my forte… (blush)

I have an aspx page running on a web server. I have a blob (byte array) containing any kind of binary file, plus a file name.

I would like to push this file to be downloaded through the browser onto the client, and opened using whatever application is default for this file type. I really don’t want to save the blob as a file on the server; that will leave a terrible housekeeping mess that I just don’t want to think about.

I did try googling this question, but I guess I’m using the wrong keywords.

This really should be obvious how to do it, but I’m having no joy.

What is the trick?

Thanks!

  • 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. 2026-05-11T02:52:20+00:00Added an answer on May 11, 2026 at 2:52 am
    Response.BinaryWrite(byteArray); 

    You should also set the content type

    Response.ContentType = 'application/pdf'; 

    But that will be based on your file type.

    And the file name (and everything together) is done like this

    Response.AddHeader('content-disposition',     String.Format('attachment;filename={0}', fileName));     Response.ContentType = 'application/pdf'; Response.BinaryWrite(byteArray); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pardon me if this question sounds trivial, I don't have any experience working with
Please pardon the newbie question, but I'm stumped. I'm a teacher converting a Rails
please pardon the absolutely newbie question but i'm very new to tableau. what I'd
Pardon me for posting here instead of serverfault, but NServiceBus seems like the kind
I beg pardon for not doing homework on this issue and directly asking question
Pardon any mistaken terminology; I am relatively new to Scala. I will endeavor to
Pardon me if m asking some discussion based questions. I am completely new to
Pardon me if this is too trivial. I am doing an XSLT by calling
Pardon the length, please. Also, this is a completely hypothetical, off-the-cuff situation and code
Those are my first explorations in Haskell, so pardon me if it should be

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.