如何在codeigniter和no_cms中修改上传时的视频文件名?

So what I want to do is change the names of videos just after they are uploaded. I will also need to update the database entry.

The problem I have is I can't find the location to make the modification.

I was a able to find the location by reviewing the html locating unique tags. Then running a grep search on all folders for the tags. I then continued down the trail in the same manor until I located the upload php.