The Content-Disposition response header field is used in HTTP web responses to convey additional information about how to process a response payload. It can also be used to attach additional metadata such as a filename to the response.

learn more… | top users | synonyms

0
votes
1answer
9 views

How to temporally deactivate onbeforeunload-message in combination with content-disposition: attachment?

I have one page insert.php where the user can make inputs into a form. I use javascript to inform the user about possible loss of inserted data when the page is closed. <script ...
0
votes
0answers
23 views

How to set 'Content-Disposition' and 'Filename' when using FileSystemResource to force a file download file?

What is the most appropriate, and standard, way to set the 'Content-Disposition=attachment' and 'filename=xyz.zip' with Spring3's FileSystemResource? The action looks like @ResponseBody ...
0
votes
1answer
45 views

content-type: ms-word downloads as .php

Background I have an application which uses php to print information from a mySQL line, into ms-word... It was working on another part of my website, but after new implementation... my browsers ...
0
votes
0answers
16 views

Unable to output image for saving with PHP GD-Content-Disposition: attachment not working [duplicate]

I have this little problem with my script since I'm able to output my image and "save it as" locally but I cannot do it when I try with the document uploaded to my server, what I need is that once I ...
0
votes
0answers
81 views

WebClient Download exceptions - 405 & timeout.

I'm using a simple webClient to download some images from the web. THis process works well for the majority of cases, however i'm getting a few errors for a few images that I'm trying. WebClient ...
0
votes
1answer
234 views

save as dialog box to save a PDF file

I am trying to display a save as dialog box to save a PDF file. This should happen on click of a link in the JSP. On click of this link I call a struts action which prepares PDF and forwards to ...
3
votes
2answers
197 views

java.lang.IllegalStateException content - disposition

I am trying to use content - disposition to save something from server to client computer. When I click on button in jsp, dialog opens and I choose to save file. File is saved but I get this ...
1
vote
0answers
113 views

Servlet not raising download dialog with content disposition set in the header

I had a question the other day asking how to have an end user save a CSV file from data from a servlet, which led me to properly setting the header of the request to do so. After testing in multiple ...
0
votes
1answer
435 views

PDF Handler : content-disposition filename

I am outputting a PDF file in a Web browser (IE8) HttpContext.Response.writefile(fileName) and it works great. When I try to save the file, it will give me the name of the ashx handler as a default. I ...
0
votes
2answers
150 views

How to read GZip content sent in a http response

I have been trying for over a week now to be able to read the gzipped content sent in an Http Respose. OK, let me be more specific - the web server sends a response which has the Content-Disposition ...
0
votes
1answer
468 views

ASP.NET MVC: Display pdf in browser. Works in chrome, not ie or firefox

I'm running VS 2012 in Windows 8 (on a virtualbox hosted in mac os x). MVC 3 in C#. When the user selects a Document, it should open in a new browser window. Currently: Chrome (v24.0.1312.56 m) - ...
2
votes
3answers
355 views

Supress the Save as dialog in Chrome

If I'm making a Chrome Extension, how do I open an image in a new tab, if server forces the "Save as..." dialog? As I can see, it is something about the Content-Disposition header property. There are ...
5
votes
1answer
496 views

Is Content-Disposition attachment blocked from XMLHttpRequest?

I want to perform a javascript xhr request for a png file from a C# webserver which I wrote. Here is the code I use var imgUrl = "http://localhost:8085/AnImage.png?" + now; var request = new ...
0
votes
0answers
213 views

Firefox will not cache PDF documents

I'm serving dynamically-created GIFs and PDFs on my website using Perl. For example: <img src="file.pl?f=image.gif" /> <a href="file.pl?f=doc.pdf">Document</a> The content is to ...
1
vote
1answer
53 views

PHP Download not working with path coming from DB

I have a simple form that, when posted back, calls a function to initiate a download. The path and file name are pulled from the database then I'm using headers to start the download. My code for ...
1
vote
1answer
350 views

JavaMail Content-Disposition before first line of attachment

I'm trying to attach multiple files to an email. It is working fine, apart from the fact that the text file is missing the first line. Note: All error handling removed for readability. Also, assume ...
1
vote
1answer
130 views

HTTP header Content-Disposition “attachement” (rather than “attachment”)

I'm writing code to read an HTTP response, and I'm seeing Content-Disposition: attachement; filename=xxxx It looks like rfc2183 is the relevant standard, and it says "attachment". Searching ...
2
votes
1answer
628 views

Get filename without Content-Disposition

I am looking for a solution for this problem for days and I can't find any. I want to download a file from a webserver with a webclient. The download works fine, but I can't get the real filename, ...
0
votes
1answer
137 views

Why is there always an additional extension .sdx appended to my file?

I've got a strange problem here: in an ASP.NET controller I do that: public ActionResult ExportTex() { Response.ContentType = "text/plain"; ...
1
vote
1answer
102 views

How can I prevent MIME type from being set to application/force-download?

I am working on a Kentico (CMS) site. When retrieving a file using Kentico's GetFile.aspx, on staging PDFs correctly have a inline disposition, and on production they incorrectly have a attachment ...
2
votes
1answer
161 views

PHP: Save as dialog with custom content

I have the following code: header('Content-type: text/plain'); header("Content-Disposition: attachment; filename=bookmark.adr"); readfile('bookmark.adr'); This makes a save-as popup where an user ...
0
votes
0answers
97 views

Customize browser's “Save As…” dialog from the server-side

Is there a way to change title of the "Save As..." dialog box, and to preselect the type as XML, without giving a filename and without using Swing (JFileChooser)? Here is the code I'm currently using ...
0
votes
0answers
128 views

Get contents of a file served with Content-Disposition in PHP

I'm trying to get the contents of a remote file using cURL or file_get_contents, but since the file is served using Content-Disposition, it seems that I only get the source of the webpage instead of ...
1
vote
2answers
236 views

production vs dev server content-disposition filename encoding

I am using asp.net mvc3, download file in the same browser (Chrome 22). Here is the controller code: [HttpPost] public ActionResult Uploadfile(HttpPostedFileBase file)//HttpPostedFileBase file, ...
0
votes
2answers
173 views

Error in downloading word document in php

I have a word document which I want the users to download from a link on site . The code works fine on my localhost . However , when I upload the website on the server , instead of giving the option ...
0
votes
2answers
45 views

POST more information from HTML page (more than input values)

I am starting web developement. While POSTing a form, all the input fields are sent as properties (Content-Disposition). I would like to add more information (I mean more properties sent by POST), ...
0
votes
0answers
175 views

Set Content-Disposition Filename from GET parameter in htaccess

I have something like this in a .htaccess <FilesMatch "\.(pdf)$"> ForceType application/octet-stream Header set Content-Disposition attachment </FilesMatch> my requests look like ...
2
votes
1answer
168 views

Setting the name of a file downloaded from the browser

Disclaimer I am aware of the Content-Disposition header to send back to the client to set the downloaded file name - however my problem is a little more complicated than just that I have an ...
0
votes
1answer
392 views

How to set the page title when sending a file to the browser using Response.OutputStream.Write

I have a page that I use to pull a file from the database and either prompt for download or stream to the browser depending on how the URL is formatted. This is working fine, however nothing I do ...
0
votes
0answers
66 views

Place download filename's number before extension in Safari

Safari automatically applies a number to the filename of a downloaded file if there's an existing file with that name in your Downloads folder. So if you download Document.pdf it'll be saved as ...
1
vote
1answer
332 views

Downloaded file in Firefox does not show space char

I have a web site and in there I want users to download some files. I gave names to the files by using string in asp.net. Lets say I gave "description file" as name to the file 1 and "sample" to the ...
0
votes
2answers
214 views

How can I force a browser to NOT download a file with content-disposition:attachment header

For example: <iframe src="http://otherdomainidontcontrol.com/blah.csv"></iframe> And blah.csv has this header: Content-Disposition: attachment; filename=blah.csv; Is it possible to ...
0
votes
1answer
248 views

PHP Force download not working

Here is my problem. I am trying to download a file using header. Here is my code: $content_type = mime_content_type('uploads/MyBBIntegrator_v1.3.1.zip'); $file = 'uploads/MyBBIntegrator_v1.3.1.zip'; ...
2
votes
1answer
109 views

How to respond to HTTP request with html AND attachment?

How can I respond to a HTTP request with the HTML of a page as well as an attachment? For example you navigate to /start_download The page says "Thank you for downloading!" And the browsers prompts ...
0
votes
0answers
183 views

“Content-Disposition: form-data;” text appears

Under Drupal 7 some text appears in the bottom of each page: </div> <!-- end of body_wrapper--> -----------------------------298121937530093 Content-Disposition: form-data; name="func" ...
3
votes
2answers
637 views

Android browser media player (stagefright?) displayed media name

When the Android browser opens a media file it can play, the built-in (stagefright?) media player opens up to stream it. A title for this media is displayed on the player dialog, based on the URL. ...
2
votes
1answer
134 views

why isn't this AWS rails function url_for setting content-disposition for my request?

i'm using rails 2.3.14 with ruby 1.8.7. i'm generating authenticated URLs to get S3 objects, and i'm using the latest aws-sdk gem. i've seen this answer and my code is the same : AWS S3 Ruby url_for ...
0
votes
2answers
1k views

PHP: send WORD document file to download

This question is trivial and has many answers, all the same or nearly but for my case, it doesn't solve as expected? Goal: send WORD file as attachment with PHP (simple...) Mean: here is the code: // ...
0
votes
2answers
180 views

Download and/or View .pdf on the same page

I am using IIS/asp.net and have a requirement to have two links side by side on the same page. They both link to the same exact file, but with two different behaviors, one should view the file and ...
4
votes
1answer
255 views

handling filename* parameters with spaces via RFC 5987 results in '+' in filenames

I have some legacy code I am dealing with (so no I can't just use a URL with an encoded filename component) that allows a user to download a file from our website. Since our filenames are often in ...
1
vote
1answer
341 views

Content-Disposition with 302 redirect

This was working last night, but I must have accidentally changed something, because it isn't now. What I am trying to do should be clear from these headers: Content-Disposition: ...
0
votes
1answer
301 views

download data error when using ASIHTTPRequest to set the download destination file path in requestDidReceiveResponseHeadersSelector: method

i use ASIHTTPRequest to download file to ios device when i set the download destination file path right after the request has been created, it works well, where my code is: A SIHTTPRequest *request = ...
2
votes
3answers
4k views

File download issue in PHP with Content-Disposition: attachment

I have a link on my web page to download a .CSV file that I have generated on the server. The code for the download is as follows: //open/save dialog box header('Content-Disposition: attachment; ...
2
votes
2answers
319 views

prevent absolute file path in Content-Disposition “filename”

I have a simple HTML Form <form id="uploadForm" method="post" action="/cgi-bin/test.cgi" enctype="multipart/form-data"> <input type="submit" name="add_something" value="add"> ...
0
votes
1answer
98 views

how to force sevlet to send a String as attachment to browser?

I want to send a String to user Actually I don't have any file for it. It is only a standard java string and I want user to download it rather than see it on browser. Most of the example on internet ...
1
vote
1answer
37 views

send a picture with an account information like accountID(ios)

I want to send a picture with an account information like an accountID. Now I have done with sending a picture, but failed to send an accountID, because I'm litte familiar with ...
0
votes
4answers
437 views

How to access servlet and download attachment?

I have the following code snippet that tries to make an HTTP call to my servlet: try { // Construct data String data = URLEncoder.encode("rpt_type", "UTF-8") + "=" + ...
0
votes
1answer
335 views

Saving a data:url of a PNG image locally using Google App Engine

I am using Google App Engine (python) and have a data: url of a PNG image available on the server. The PNG image was never in a file, as it was generated from some canvas code using toDataUrl() and ...
0
votes
2answers
212 views

IE closes windows immediately when download starts

I have a PHP script which downloads files to the client, in a new window. It works great in firefox, but in IE8 the window opens and then closes immediately. Note this ONLY happens for some files ...
2
votes
1answer
656 views

Get suggested filename from org.apache.http.HttpResponse

In Android, you can download a file using the org.apache.http classes HttpClient, HttpGet and HttpResponse. How can I read the suggested filename from the HTTP request? E.g. In PHP, you would do ...

1 2 3