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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:50:49+00:00 2026-06-06T01:50:49+00:00

I am currently building my project locally using MVC. The user enters some search

  • 0

I am currently building my project locally using MVC.

The user enters some search information and is presented with a link to download a file in Vox format that exists somewhere else on the network.

That other server has a shared drive with authentication.

I need to have my controller grab that file and spit it out to the client for download.

What is the best approach?

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. Editorial Team
    Editorial Team
    2026-06-06T01:50:51+00:00Added an answer on June 6, 2026 at 1:50 am

    What is the best approach?

    By exposing a controller action that returns a FileResult:

    public ActionResult Download()
    {
        byte[] file = ... go and fetch the file contents from wherever it is stored
        return File(file, "some MIME type", "filename.someextension");
    }
    

    and then inside your view provide a link to the user so that he can download:

    @Html.ActionLink("download the Vox file", "Download")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a CakePHP project and am currently building the user authentication part
Currently I have a simple maven project that is building a jar file and
I'm currently using ANT for building my Java project on a Windows XP machine.
I'm currently using ant for building my java project on a Windows XP machine.
I am building a console Qt project. Currently, my project file looks like this:
I am currently building my project using windows forms and came across a minor
I am currently building a project with node.js in Windows. I am using a
I'm currently building an ASP.NET MVC project, with NHibernate as its persistance layer. For
I have been using raphael.draggable with a project that I am currently building. I
I'm currently building an JavaScript project that uses NodeJS and some objects are shared

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.