python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Firefox Ignores Content-Disposition
I'm trying to write MVC endpoint that will optionally set the content-disposition to inline or attachment in order to either display the file (a pdf) inside a new browser tab or else to download it. T...
Ryan Pierce Williams
Votes: 0
Answers: 2
Content-disposition inline filename not working
There are some old questions regarding this topic, but the issue I'm facing is just some days old so thought to create a new thread.
I am using the content-disposition inline combined with filename to...
Noah Martin
Votes: 0
Answers: 2
Caddy2: how to set MIME type and Content-disposition for a file extension?
What is the way to configure/override how certain MIME types are handled?
For example, with the default configuration a python file (.py) is served with Content-disposition": attachment which ope...
ccpizza
Votes: 0
Answers: 1
If attachment file size is more than 16363byte Content-Disposition is not comming in response in Spring boot application
If attachment file size is more than 16363byte Content-Disposition is not comming in response in Spring boot application.
I use Java 8 and Spring boot
I need to send zip file with special file name.
H...
Mira
Votes: 0
Answers: 1