MultiFile Initialization

MultiFile Initialization

Hi,

I've been trying out the MultiFile plugin for jQuery a while, but got a question regarding initialization.

I'm trying to implement a preview function on a web page. If a user after been previewing the page, decides to edit it again, I would of course like to polulate the controls with the values entered before.
So, what I wonder is, is it possbile to initialize the MultiFile plugin, so that it accepts a predefined list of files (file names), and render them out below the input box, just like it does when you add a file?

// Kind regards, Torbjörn