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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:48:16+00:00 2026-05-20T04:48:16+00:00

I have a database that stores PDF documents as a byte stream in a

  • 0

I have a database that stores PDF documents as a byte stream in a varbinary(max) column, The original document name is stored in a varchar column with the document extension and the primary key is a guid. (This schema is fixed, documents must reside in the database)

There are no problems retrieving the document as a stream and either writing to a temporary file or streaming directly to a web browser.

My question is how could the document also be exposed via a Url using it’s original file name?

An good example of what I am trying to do is SharePoint, Under the covers SharePoint stores the files inside the SQL database and exposes the document as a Url (With original file extension) that can be directly opened with a browser.

eg: http://WebServer/Documents/MyDocument.pdf

(The platform is SQL 2008, IIS 7.5, .NET 4, C#)

  • 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-20T04:48:17+00:00Added an answer on May 20, 2026 at 4:48 am

    If your site uses ASP.Net MVC you can just add controller for /Documents download file by name:

    routes.MapRoute(
                "GetFiles",
                "Documents/{fileName}",
                new
                {
                    controller = "Files",
                    action="GetFile",
                }
            );
    

    And controller class:

        public class FilesController : Controller
    {
        [AcceptVerbs(HttpVerbs.Get)]
        public ActionResult GetFile(string fileName)
        {...
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database with binary objects that contain documents. A separate column contains
I have a form where users can upload Pdf files(about 30 pages to one
I have a form where users can upload Pdf files(about 30 pages to one
I have a bunch of PDF docs with tabular data in them which I
Summary We have an ASP.NET application that allows users to query a SQL Server
I have done a little research here on SO and haven't found exactly what
I'm having a bit of an issue uploading files to a database. The table
I am a developer working on an internal web-based application, and I have been
I'm running across a problem trying to print a crystal report in java where

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.