1
vote
2answers
99 views

Downloading large files asp.net mvc 3?

I have a large pdf file (upto 2 GBs) on a database server which I want to send to client for download. Also, I have size limitations on my web server and cannot store complete file on it, after ...
0
votes
1answer
31 views

MVC 4 - Downloading localized files from resources, how to?

I've been playing around with MVC and localization for a multilingual site. It so happens I also have localized downloads (instructions in different languages). I thought: a resource can also contain ...
0
votes
1answer
27 views

Showing file on browser

I want have two links that to download and view the files I am able to download the file directly. If user selects to view option I want to open that file in browser new tab. How I will do it in ...
0
votes
1answer
36 views

Download functionality MVC 4

I have created a web api which connects users to dropbox via OAuth. I am using an API to interact with Dropbox, which works locally as I would like, however when I deploy the API to my Azure server, I ...
0
votes
1answer
53 views

how to set the save location in run time in mvc application

I need to set the save location in run time in mvc application . In windows appication we use the System.Windows.Forms.SaveFileDialog(); But, what we use the web Application?
1
vote
1answer
84 views

Mvc - Return file AND refresh page

So in my action result, I return a file, which is downloaded. return File(directory + @"\Issues.zip", "appicaltion/zip", "IssueReports.zip"); As well as that, I would like to refresh my page (This ...
0
votes
1answer
29 views

download in spring mvc

I have an application which has to download from a different domain.Once the download is completed the control should return to my application and refresh that page.All this is in SPring MVC ...
1
vote
1answer
84 views

Chrome showing “canceled” on successful file download (200 status)

Not sure if this is an actual problem or not, but I'm writing a file out in ASP.NET, and even though the file always successfully goes through, in Chrome's developer tools, network tab, I always see ...
1
vote
0answers
120 views

Show Message After a File has Downloaded in a New Window

The user fills in a form to download a file. The form results load in a new window (target="blank"). The MVC Controller Action returns a FileResult on success or my "SelfClosingPage" view on failure. ...
2
votes
2answers
292 views

ASP.NET MVC Return Excel File

I have a requriement to upload a file and modify and then return the same. I dont need to save the file to any location but manipulate it and return. However I am not knowing how to return the file. ...
0
votes
1answer
80 views

ASP.NET MVC Check downloading file for null

I need to download a file. If file was genereted for user early, I should to display some message for him. Can I check file for null? @Html.ActionLink("Print", "Certificate", new{type=Model.Type, ...
0
votes
1answer
151 views

Resuming HTTP download in IE9

i'm really stuck with resuming download process in IE 9. Everything works great in other browsers and download managers. I know about required headers to resume download, but IE does not send them ...
0
votes
1answer
298 views

Download file using ajax and asp.net mvc 4

i need to download a file when user clicks on a link (no need to show progress or anything) but if an error occurred on the server (file not found or something) then a dialog with an error message ...
1
vote
1answer
204 views

pdf file download in zip file in MVC 4

I'm working on MVC 4 project. I want to download multiple pdf file in a zip folder. This pdf file are dynamic generated in model popup and select pdf file via check box, after that I clicked on button ...
0
votes
0answers
76 views

When using video.js, how to prevent downloading video file while allowing users to see the video in the browse? [duplicate]

Possible Duplicate: Prevent HTML5 video from being downloaded (right-click saved)? I want to prevent users from downloading my video files (eg: *.mp4, *.webm, etc), while at the same time ...
0
votes
0answers
117 views

jquery/javascript initiation of File download with MVC custom BufferedMediaTypeFormatter

I have a web api which is returning me a user list based on (at the moment) some simple search criteria. public class UserListAPIController : APIController { public ...
4
votes
1answer
214 views

Download file to client asynchronously

I'm having a hard time getting something done. I am building an mailclient using asp.net MVC 4. I am at the point that i have to download an image related to a message ( NOT an attachment ) to the ...
0
votes
1answer
90 views

ASP.net mvc How to handle 404 which caused by missing of file

I have file in folder "/UploadDir/TextFile1.txt" I need: download file if it exists if file not exists (for example url :"/UploadDir/TextFile2.txt") should be shown custom errors message. But now ...
1
vote
1answer
155 views

How to limit speed downloading file in asp.net mvc 3

I have read this article on codeproject, but i dont know how to apply it to asp.net mvc 3 http://www.codeproject.com/Articles/18243/Bandwidth-throttling Here is code for downloading a file in my ...
0
votes
1answer
98 views

Download dialog taking a very long time to load in ASP mvc application

I have an ASP.NET web application that, in part, allows a user to upload (and download) documents. The upload isn't working very well either, but my download dialogs are having a serious issue and I ...
0
votes
2answers
360 views

FileContentResult writes to response body

Why does this write "w,w,w" to the response instead of opening a save file dialog? [HttpPost] public ActionResult Export(int id) { var contentType = "text/csv"; ...
2
votes
3answers
722 views

Returning Multiple Files from MVC Action

So I've got an MVC 3 application that has a couple places where a text file gets generated and returned in an action using: return File(System.Text.Encoding.UTF8.GetBytes(someString), ...
0
votes
2answers
122 views

How to get the download status of file in ASP.NET mvc2

In my mvc2 project i have a method called DownloadPDF. In that i have, httpContext.Response.WriteFile(<FilePath>); httpContext.ApplicationInstance.CompleteRequest(); I wan't to track whether ...
1
vote
1answer
442 views

asp.net mvc generate data to download file

public ActionResult GetFile(string dateStr, string serverName, string foodName) { using (var memoStream = new MemoryStream(1024 * 5)) { using (StreamWriter writer = new ...
1
vote
1answer
585 views

Unable to Add Header to Response in ASP.NET MVC

I am trying to allow users to download a file, and have been trying for quite a while to no avail to get this to work. The code I have been using is: Response.ClearHeaders(); Response.Clear(); ...
0
votes
0answers
344 views

ASP MVC3: Download a file in byte-array form and redirect it to a different URL

I've got a picture in the form of byte array. When user clicks a button, download file dialog should show and in the meanwhile page should get redirected. But: After clicking the button, dialog is ...
0
votes
2answers
226 views

System.Net.DownloadFile()--where does the file download too with only a filename as the 2nd param in web app

Trying to setup a personal image upload/downloader webpage. I've viewed the msdn article on the function, and it runs fine but I cant figure out where it saves the file to. var request = new ...
2
votes
2answers
2k views

File download asp.net mvc

I am following a tutorial to download file from server. But having some trouble. I must be doing some silly mistake..!! This is the link that I am following: ...
0
votes
0answers
145 views

Browsers don't show .chm files extension while downloading

To download file I use FileResult as action return parameter and Controller.File function in that action. I specify contentType (MIME type) parameter as "application/x-chm" and fileDownloadName as the ...
2
votes
1answer
556 views

Downloading a file but returning Ajax response when there is an exception in asp.net-mvc 3

I have the following code in my controller: public ActionResult downloadFile() { try { FileStream fs = new FileStream(helper.getFileLoc(), FileMode.Open); ...
6
votes
2answers
798 views

Response.Flush with MVC Result is not working

We are implementing long running process to download database content as xml with asp.net 3. Total document generation time is about 3-5 minutes and we want to respond with first byte as soon as ...
0
votes
2answers
253 views

MVC2 - Submit form with AJAX and non-AJAX

Using MVC2 I have created a form using the Ajax helper in a view. The form posts to a controller which binds to a model object. A PartialViewResult is returned by the controller and the HTML gets ...
0
votes
2answers
564 views

Check If the user click save or cancel button when downloading file in ASP.NET MVC

I already have the functionality to download the file. public ActionResult Download(Guid AuthKey) { FileContentResult file = new FileContentResult(dataSet.Document, ...
0
votes
1answer
203 views

How to allow user to download file to own harddrive - MVC

One of the views on my MVC web app has URLs that allow users to view specific text files stored on the server machine. Here's the associated controller function (assume path is defined already): ...
1
vote
1answer
372 views

Returning an attachment from a remote web service

Summary I need to retrieve attachments stored in a parent app from a link in a client of a child app. The attachments are available in the parent app via a web service call -- which returns a ...
0
votes
1answer
1k views

ASP.NET MVC: how to return a file from a stream

I'm trying to return a zipped file public FileResult Download() { MemoryStream outputStream = new MemoryStream(); using (ZipFile zip = new ZipFile()) ...
0
votes
1answer
428 views

where should a asp.net website saves uploaded files and how to make a download link for them?

I have a asp.net web application using MVC framework, the website allows the registrars to upload some identification documents. I want the best option to upload these documents : option 1- make a ...
3
votes
2answers
1k views

best way to download large files from azure cloud storage

I have an MVC web app running in azure that serves up large files like mp3's, pdf's, etc... that are stored in cloud storage. What's the best way to serve those files, so users can download them when ...
1
vote
1answer
890 views

Downloading file via MVC controller

I am modifying some MVC code for a project we took over, I don't have tons of MVC experience. The application displays a table full of items that can be selected. These items are passed to a ...
0
votes
2answers
1k views

Mvc file Stream

Whether it is possible to know how much data user received when I return fileStrem in Controller ?
0
votes
2answers
613 views

Downloading file in IE doesn't work when caching enabled

I'm trying to fix a problem with a file download that isn't working in IE from an ASP.NET MVC application. The controller action looks something like this: [HttpGet] [OutputCache(Duration = ...
1
vote
3answers
1k views

how to MVC Downlod file in AsyncControl?

i have public class FileController : AsyncController { public ActionResult Download(FormCollection form) { FileContentResult file = new FileContentResult(Encoding.UTF8.GetBytes("10k file ...
2
votes
4answers
547 views

Created Custom File Downloads. MD5 Hash Doesn't Match

Using Asp.Net MVC I was creating a file downloader. The problem with the built in Asp.Net MVC functions is that they don't work on extremely large file downloads and in some browsers they don't pop up ...
1
vote
1answer
216 views

return File() with ASP.NET MVC2 shows incorrect downloadName

I'm having trouble downloading file with asp.net mvc2. This is how I do it in my download action: return File(resultBytes, Settings.Default.CsvFileContentType, downloadName); The problem is with ...
1
vote
2answers
2k views

(simple) CSV download with special characters drives me nuts

this one is driving me nuts. And last week i thougt i cracked the nut, but unfortunately not.... so i want to create a CSV download for other users to open up in MS-Word (they want the CSV format) ...
2
votes
2answers
535 views

How to make a video or audio file HTTP response always download instead of play in browser?

Have some audio and video files that users are to download, however depending on the file type or browser the browser may attempt to play the file instead of downloading it. This is not desired, how ...
0
votes
1answer
413 views

unable to download dynamically created file

I've created a custom Action Result in my MVC application, where I generate a CSV file according to the configuration that the user provides. However. The problem I have now is that if I create a ...
1
vote
0answers
665 views

ASP.NET MVC FileContentResult IE 8.0 hangs on download

some of my users are expieriencing problems when they try to download a report, the download just hangs on 0%, restarting IE usually fixes the problem. why does this happen? i am using ASP.NET MVC ...
20
votes
2answers
11k views

ASP.NET MVC: returning plaintext file to download from controller method

Consider the need to return a plain-text file from a controller method back to the caller. The idea is to have the file downloaded, rather than viewed as plaintext in the browser. I have the ...
28
votes
6answers
20k views

How to return PDF to browser in MVC?

I have this demo code for iTextSharp Document document = new Document(); try { PdfWriter.GetInstance(document, new FileStream("Chap0101.pdf", FileMode.Create)); ...

1 2