Thanks Dan. --- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > Use FileReference instead of FileReferenceList. > > - Dan Freiman > > On 9/15/07, danielvlopes <[EMAIL PROTECTED]> wrote: > > > > Some one? > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > > "danielvlopes" <danielvlopes@> > > wrote: > > > > > > Hello, > > > I have a uploadcomponent using FileReferenceList to browse file in > > > user pc, i'm using this code to do: > > > > > > refAddFiles = new FileReferenceList();r > > > efAddFiles.addEventListener(Event.SELECT, onSelectFile); > > > refAddFiles.browse(new Array(new FileFilter("Arquivos", filesFilter))); > > > > > > But user shouldn't select more than one file per time. > > > But refAddFiles.browse let user select more than one in default. > > > > > > Some one can help? > > > > > > > > > >

