On Wed, Oct 15, 2008 at 5:43 PM, Guy Bashan <[EMAIL PROTECTED]> wrote: > ;-) > > Yes... I know what you mean. > I wonder if HTML standards will ever give support to multiple file > selection.
html 5 ? I don't know; there is pretty cool stuff in html5, not only a drag-n-drop API or a client-db (ala gears). > Anyway it will require a combination of several controls to be implemented > on the most basic level (something like multi-select list box with "add" and > "remove" buttons?). yes, not rocket science to build this. -M > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Matthias Wessendorf > Sent: Wednesday, October 15, 2008 5:29 PM > To: MyFaces Discussion > Subject: Re: Multi file upload component > > On Wed, Oct 15, 2008 at 5:16 PM, Guy Bashan <[EMAIL PROTECTED]> wrote: >> The last time I was dealing with big amount of files to be uploaded, I >> simply allowed uploading ZIP files and extracted them on the server. > > still, one file that is uploaded. > There is indeed a need for other solutions. > Think about a senior citizen, that want's to print his photos > ZIP... he might think about 94xyz, when living in California ;-) > > -Matthias > >> >> -----Original Message----- >> From: Scott O'Bryan [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, October 15, 2008 3:13 PM >> To: MyFaces Discussion >> Cc: MyFaces Discussion >> Subject: Re: Multi file upload component >> >> This is still based off "one file at a time selection. They just wrap >> some management around it. >> >> Sent from my iPhone >> >> On Oct 15, 2008, at 6:08 AM, "Adrian Mitev" >> <[EMAIL PROTECTED]> wrote: >> >>> Or maybe richfaces fileupload - >>> http://livedemo.exadel.com/richfaces-demo/richfaces/fileUpload.jsf >>> >>> On Wed, Oct 15, 2008 at 2:42 PM, Hazem Saleh <[EMAIL PROTECTED]> >>> wrote: >>>> You can develop your own client applet. >>>> For this you can use Apache HTTP Client library, it is a good one! >>>> >>>> On Wed, Oct 15, 2008 at 1:19 PM, Andreas Niemeyer >>>> <[EMAIL PROTECTED]> wrote: >>>>> >>>>> Hi, >>>>> >>>>> Is there a component available which enables multi uploads? I >>>>> would like >>>>> to use tomahawk or trinidad components if available. >>>>> >>>>> Solutions often use flash for that, what kind of integration or >>>>> idea could >>>>> be used for that? >>>>> >>>>> >>>>> Thank you for some hints. >>>>> >>>>> >>>>> Many regards, >>>>> Andreas >>>>> >>>> >>>> >>>> >>>> -- >>>> Hazem Ahmed Saleh Ahmed >>>> >>>> Author of (The Definitive Guide to Apache MyFaces and Facelets): >>>> >> > http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370 >>>> >>>> Web blog: http://www.jroller.com/page/HazemBlog >>>> >>>> [Web 2.0] Google Maps Integration with JSF: >>>> http://code.google.com/p/gmaps4jsf/ >>>> >>> >>> >>> >>> -- >>> Although nobody can come back and make a new start, anyone can start >>> now and make a new end >> >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

