3

Filepicker.io seems to always return files with Content-Disposition: attachment; .. which is causing it to download or throw a save as dialog.

How can I get the file without this header? I would like users to just be able to open the image in their browser.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
kels
  • 175
  • 2
  • 7

1 Answers1

6

You can use the ?dl=false flag.

https://www.filepicker.io/api/file/hFHUCB3iTxyMzseuWOgG?dl=false

Liyan Chang
  • 7,721
  • 3
  • 39
  • 59