Thanks for the detailed answer Eric. For anybody else interested: You can not pre-add files to FU. You can of course populate your UI with any files you want to show a history of uploads, but they can not "interact" with FU.
Regards, Harald Kirschner http://digitarald.de On Jul 9, 4:32 pm, Eric Patrick <[email protected]> wrote: > 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 > >
