I got a webpage where members can download different kind of files on. I wan\'t to get information about which files and how many times each member have downloaded. when the
I dont think you can. The site just streams the file to the browser. What the user does with the file is not known by the website as there is no more server side interaction.
There is no way to know which button was clicked.
You can't know that. Some browsers even start the download before the user decides what to do with the file. But perhaps you can get your webserver to log if the download has been completed. That's probably the most reliable result you can get.