A5hleyRich / delightful-downloads

A super-awesome downloads manager for WordPress.
https://delightfuldownloads.com
26 stars 27 forks source link

Download method #78

Open A5hleyRich opened 9 years ago

A5hleyRich commented 9 years ago

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

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 commented 8 years ago

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

KTS915 commented 8 years ago

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

This would be a huge plus!