how to change the uploaded file name in codeigniter

$config['filename']="Some name";

This will replace the file name when uploader class runs the script