In codeigniter file uploading done with the predefined class.so we can get the uploaded file name .

Example:
                                $upload_data = $this->upload->data();
$file_name = $upload_data['file_name'];