I have an application that should allow people to view pdf files stored in digital ocean spaces on the browser. However, when I direct them to the url for the pdf documents, instead of them being displayed on the browser, they get downloaded onto the user’s computer. I tried creating a page for them in html and making a IFrame to comtain the pdf but that doesn’t work, they still get downloaded.I don’t have this problem with pictures though. It would be useful for me to be able to get it to be displayed on the browser, how can I do this without it being downloaded, thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey there,
Great question! What defines that action is the “Content-type” header sent from the server to the client. You can define the value of this header using s3-compatible tooling. There is a good explanation of this here:
https://stackoverflow.com/questions/39832289/pdfs-in-amazon-s3-dont-open-in-chrome-for-view
This references some sample commands for changing that header using s3cmd:
https://stackoverflow.com/questions/27343432/s3cmd-to-set-correct-content-type-for-image-jpeg
You can learn how to set up s3cmd for usage with DigitalOcean here:
https://www.digitalocean.com/docs/spaces/resources/s3cmd/
Kind Regards, Jarland
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.