How add file to list without upload (jQuery Multiple File Upload Plugin)

How add file to list without upload (jQuery Multiple File Upload Plugin)

Help me!
I have 2 pages. First - Add, where is a form with input element type file. Which using Multiple File plugin.
It work correctly.
But I have another page - Edit. I can get array of existing files, but I don't know how add they to List, without using button "Browse".  It need for adding files, or delete existing from list.
I think, that it easy, but I know JQuery not so well as I wanted.