Re: Upload all files of a dir at one go

2005-12-16 Thread Martin Gainty
George- Lots of ideas on handling FileUpload via Servlet here http://java.sun.com/developer/onlineTraining/Programming/JDCBook/aucserv.html Anyone else? Martin- - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, December 16, 2005 2:42 PM Subject: RE: Upload all file

RE: Upload all files of a dir at one go

2005-12-16 Thread George.Dinwiddie
Dave Newton responded > Shivani Sawhney wrote: > > >And tell me something, probably I am just thinking aloud and am even > >wrong, but if I can do it through code then can't we just > have a custom > >tag that zips the chosen directory at client side, uploads > the zipped > >file on to the se

Re: Upload all files of a dir at one go

2005-12-15 Thread Laurie Harper
Dave Newton wrote: Shivani Sawhney wrote: And tell me something, probably I am just thinking aloud and am even wrong, but if I can do it through code then can't we just have a custom tag that zips the chosen directory at client side, uploads the zipped file on to the server and provides the pro

Re: Upload all files of a dir at one go

2005-12-15 Thread Dave Newton
Shivani Sawhney wrote: And tell me something, probably I am just thinking aloud and am even wrong, but if I can do it through code then can't we just have a custom tag that zips the chosen directory at client side, uploads the zipped file on to the server and provides the programmer with appropr

RE: Upload all files of a dir at one go

2005-12-15 Thread Shivani Sawhney
al Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 15 December, 2005 6:02 PM To: Struts Users Mailing List Subject: Re: Upload all files of a dir at one go Shivani Sawhney wrote: >I want to upload all the files of a directory at one go. Is there a tag >available that I can use.

Re: Upload all files of a dir at one go

2005-12-15 Thread Dave Newton
Shivani Sawhney wrote: I want to upload all the files of a directory at one go. Is there a tag available that I can use. The tag would only let me select a file not a directory. Short answer: no. That's just not how browsers work. There seems to be a general lack of knowledge about how we