content-disposition
How to serve S3 files from a Rails app?
I am trying to allow users to download a S3 file by left clicking a link. Normally, they would have to do it by right-clicking and save-as.[详细]
2023-04-11 06:40 分类:问答Force download of large files on a shared server
I am trying to add a download link to a large video file (approx 300MB) on someone\'s site but unfortunately they\'re on shared hosting (i\'ve told them they will have to upgrade if they get many peop[详细]
2023-04-03 19:51 分类:问答Link to download image instead of view image (CANT Change Content-Disposition Header)
I have a Django app and all the static content is handled through NGINX.I want to allow users to download a couple of static resources (photos) in their client by clicking on a 开发者_如何学Pythonlink[详细]
2023-04-03 13:51 分类:问答How do I correctly set the HTTP Content-Disposition for large file names in Java?
I\'m working on some 开发者_Go百科requirements that will lead to arbitrary PDF files being downloaded from a J2EE web server. The names may look like this:[详细]
2023-04-02 00:38 分类:问答Solutions to inline filename content disposition and injecting a dynamic filename for saving action
Essentially I am streaming a pdf from memory to the user\'s browser. I would like to allow the system user to be able to hit save in adobe (in browser) and have the filename pre-filled with a dynamic[详细]
2023-03-31 15:25 分类:问答Excel .xlsx download - sharing violation error message on Open and Save combination
I\'ve found this question posed a few times, but no definitive answers as yet. Looks like a decent solution would help quite a few people.[详细]
2023-03-29 23:08 分类:问答How to choose the file name when user uses "save as"?
I have implemented a basic file upload/download on top of AppEngine datastore. The functionality that I want is that a file named \"base.c\" will be opened as a text file.[详细]
2023-03-29 21:30 分类:问答Send Word document as an attachment
I am creating a Word document dynamically using PHP, and I need to send it as an attachm开发者_高级运维ent.[详细]
2023-03-28 23:38 分类:问答Is the File Transfer code correct in my PHP?
I have this page that is supposed to be a download for a song. The download works in firefox for me but in chrome and safari nothing happens..here is my code[详细]
2023-03-17 02:29 分类:问答php redirect + force download
I am creating a google-chrome application that will download songs from an octet stream, however due to JavaScript restrictions, I cannot create a \"download\" button. The user must right click and se[详细]
2023-03-16 05:41 分类:问答