delightful-downloads
delightful-downloads copied to clipboard
Download method
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.
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
This will then allow downloads to be served inline using the default method with folder protection enabled.
This would be a huge plus!