![]() |
Sergey Kornilov admin 3/11/2010 |
You can set 'View as' type of this field to 'File'. File will be downloaded via download.php page. You can add AfterAppInit or AfterTableInit event to find if current script name is download.php. If 'yes' you can write something to log file i.e. file name, username etc. substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1) |