Not sure if this is the right place, but since I'm using PHP I thought I'd give you folks a try.
I would like to know whether a client user selected "Open", "Save" or "Cancel" when presented with a Download message.
I know that PHP is server side, and I think the Download message would send something back to the server, so I would think, (maybe wrongly) that there might be a way to trap the return message.
I have searched Google, Apache and PHP but no luck yet.
Thanks