Handling download abort in PHP
- by Aron Rotteveel
Is it somehow possible to handle a download abort in PHP?
In this specific case I am not speaking of a connection abort, but handling the event that triggers when the 'cancel' button in the browser download dialog button is clicked.
Since this dialog already interprets the headers of the file that is to be download but does not actually start the…