Cmultifileupload, Show The Files When I Edit An Product Form

How Can I see the files I already upload to server when my form is in update mode?

Example =>

When my Product form is in create mode, I inform the datas of Product object and upload one or more files to my server. Then after I want to edit this Product Object, and I want to see the files I already uploaded below of my CMultiFileUpload. Then I want to remove or add more files to this list, for exemple.

In my Product table I have a field called filesname when I save the uploaded name of the files separate with semicolons.

Exemple => image1.jpg;image2.jpg

Is this possible?