It's a weird situation. I have a table in the database which stores details of files uploaded on the server. I have a controller and view in place for managing data in this table.

I also have a controller/view to upload files to the server.

I want to combine these two into a single view. But I don't know how.

.