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
  • 3 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 if this is a n00b question, I'm a n00b to grails... I have
Pardon the newbie question. My data model is really simple (two tables; 200 rows
I'm a WPF newbie, so pardon me in advance if this is a dumb
Pardon me if there's a similar question somewhere on here already, but I couldn't
pardon me for asking a very basic doubt. I have hosted a page in
Do pardon the simplicity of the question: mother Google seems not to the have
Just started with web-services so pardon me if my question sounds stupid. Why do
this will be the first question I've posted here so pardon any unintended lapses
Pardon me for asking a mundane newbie question but I seem to be stuck
pardon my question title, I'm not sure what should I put it, I have

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.