delightful-downloads icon indicating copy to clipboard operation
delightful-downloads copied to clipboard

Download method

Open A5hleyRich opened this issue 9 years ago • 2 comments

Downloads should be handled based on the user's preference. A new option within the settings screen should be implemented with the following options:

  • [ ] Default
  • [ ] Compatibility (redirect)
  • [ ] X-Sendfile

This will then allow downloads to be served inline using the default method with folder protection enabled. X-Sendfile will also be introduced for Apache, Nginx and Lighttpd in this PR.

The inline method from this PR #55 should be included.

A5hleyRich avatar Mar 14 '15 17:03 A5hleyRich

Also need to better handle when set_time_limit has been disabled.

https://wordpress.org/support/topic/corrupted-download-in-safari?replies=3#post-7835261

A5hleyRich avatar Jan 01 '16 10:01 A5hleyRich

This will then allow downloads to be served inline using the default method with folder protection enabled.

This would be a huge plus!

KTS915 avatar May 02 '16 16:05 KTS915