I've never pre-filled the files property of the FancyUpload control, but I'm not sure that's what you really want, since (I believe) it implies re-transmission of the files you already have on your server. I suspect you just want the previously transmitted files to show up in FancyUpload's file list, so your user knows what's already there. Please forgive any false assumptions.
Consider creating a class that creates and coordinates two child classes: FancyUpload and a slide show class. - On render, have your class fetch the image URLs from your server via Request.JSON (or whatever). - On completion of an upload via Fancy Upload, call your classes render method again - Once rendered, hide / clear the list of Fancy Upload files uploaded, since the slide control is displaying them to the user anyway Eric On Jul 9, 5:01 am, berlinsurfer <[email protected]> wrote: > Nobody ? > > On 4 Jul., 12:05, berlinsurfer <[email protected]> wrote: > > > > > In my opinion, the question comes down to this: > > can I somehow "prefill" FancyUpload's fileList ? > > Thanks in advance, > > Jan
