Is there any way to create a log for each upload done in CKFinder 2.4.2? e.g. every upload actions logs the uploader, the uploaded file, and the time of upload at a .txt file, so I can know who uploads what at what time.
I don't really know what to do, except by looking at \ckfinder\core\connector\php\php5\CommandHandler\Fileupload.php
but still I dont know what to do there.
I also looked at this link but still I got no idea. Where can I access such javascript like listed at the link, and if there is something i can do about that regarding to adding actions on a completed upload action:<script type="text/javascript"> window.parent.OnUploadCompleted( 0, '' ) ; </script>