Help,How to download all files in one folder ?

2009-01-12 Thread wch2001
-- View this message in context: http://www.nabble.com/Help%2CHow-to-download-all-files-in-one-folder---tp21411338p21411338.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Help,How to download all files in one folder ?

2009-01-12 Thread wch2001
Deal all, I need to download all files in one folder(for example: c:/dw/adsmart), How can I do ? Thanks a lot, Wu -- View this message in context: http://www.nabble.com/Help%2CHow-to-download-all-files-in-one-folder---tp21411355p21411355.html Sent from the Wicket - User mailing list archive

Re: Help,How to download all files in one folder ?

2009-01-12 Thread PSkarthic
I am also a newbie but i will try could u be please more specific or elabrate -- View this message in context: http://www.nabble.com/Help%2CHow-to-download-all-files-in-one-folder---tp21411355p21411712.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Help,How to download all files in one folder ?

2009-01-12 Thread wch2001
in the folder: c:/cw/adsmart, there are 3 files: aa.txt, bb.txt, cc.txt, how can i download it ? if it possible that when clicking button/link and so on to download those 3 files? thanks PSkarthic wrote: I am also a newbie but i will try could u be please more specific or elabrate

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Piller Sébastien
Zip them on the fly, then download the zip. wch2001 a écrit : in the folder: c:/cw/adsmart, there are 3 files: aa.txt, bb.txt, cc.txt, how can i download it ? if it possible that when clicking button/link and so on to download those 3 files? thanks PSkarthic wrote: I am also a newbie

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Vit Rozkovec
I would try to pack all the files to one archive and then download the archive. Vitek wch2001 wrote: Deal all, I need to download all files in one folder(for example: c:/dw/adsmart), How can I do ? Thanks a lot, Wu -

Re: Help,How to download all files in one folder ?

2009-01-12 Thread wch2001
thanks , Pills. How can I zip it ? thanks Pills wrote: Zip them on the fly, then download the zip. wch2001 a écrit : in the folder: c:/cw/adsmart, there are 3 files: aa.txt, bb.txt, cc.txt, how can i download it ? if it possible that when clicking button/link and so on to

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Vit Rozkovec
Sorry, but: http://letmegooglethatforyou.com/?q=java+zip+files Vitek wch2001 wrote: thanks , Pills. How can I zip it ? thanks Pills wrote: Zip them on the fly, then download the zip. wch2001 a écrit : in the folder: c:/cw/adsmart, there are 3 files: aa.txt, bb.txt, cc.txt,

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Piller Sébastien
Look at ZipOutputStream + google, you'll find lotz of sources. wch2001 a écrit : thanks , Pills. How can I zip it ? thanks Pills wrote: Zip them on the fly, then download the zip. wch2001 a écrit : in the folder: c:/cw/adsmart, there are 3 files: aa.txt, bb.txt, cc.txt, how

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Michael Sparer
http://www.google.com/search?q=java+zip ;-) wch2001 wrote: thanks , Pills. How can I zip it ? thanks Pills wrote: Zip them on the fly, then download the zip. wch2001 a écrit : in the folder: c:/cw/adsmart, there are 3 files: aa.txt, bb.txt, cc.txt, how can i

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Peter Ertl
how is this wicket? Am 12.01.2009 um 11:36 schrieb Michael Sparer: http://www.google.com/search?q=java+zip ;-) wch2001 wrote: thanks , Pills. How can I zip it ? thanks Pills wrote: Zip them on the fly, then download the zip. wch2001 a écrit : in the folder: c:/cw/adsmart,

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Piller Sébastien
Zipping data has absolutely nothing to do with wicket, this is a separate concern, and this looks absolutely normal that nothing exists in wicket for such a feature. Separation of concerns is very usual on today's days. Peter Ertl a écrit : how is this wicket? Am 12.01.2009 um 11:36

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Michael Sparer
didn't know that one - thanks Vitek. now I know the answer to 90% of the questions I get asked everyday :-D Vit Rozkovec wrote: Sorry, but: http://letmegooglethatforyou.com/?q=java+zip+files Vitek wch2001 wrote: thanks , Pills. How can I zip it ? thanks Pills wrote: Zip

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Thies Edeling
Now that's a funny and handy site ;) Vit Rozkovec wrote: Sorry, but: http://letmegooglethatforyou.com/?q=java+zip+files Vitek wch2001 wrote: thanks , Pills. How can I zip it ? thanks Pills wrote: Zip them on the fly, then download the zip. wch2001 a écrit : in the folder:

Re: Help,How to download all files in one folder ?

2009-01-12 Thread Vit Rozkovec
You're welcome. Michael Sparer wrote: didn't know that one - thanks Vitek. now I know the answer to 90% of the questions I get asked everyday :-D Vit Rozkovec wrote: Sorry, but: http://letmegooglethatforyou.com/?q=java+zip+files Vitek wch2001 wrote: thanks , Pills. How can I zip