RE: Upload component browse button

2006-09-11 Thread Chris Norris
We've used an applet in the past. This one works well: http://www.javazoom.net/applets/jclientupload/jclientupload.html -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Sunday, September 10, 2006 8:44 PM To: Tapestry users Subject: Re: Upload component browse b

Re: Upload component browse button

2006-09-10 Thread Peter Dawn
thanks guys. yes i couldnt find anything in tapestry documentation either so i figured that tapestry would be independent of this. anyways lets see if i can find a way around this. thanks again. - To unsubscribe, e-mail: [EMAIL

Re: Upload component browse button

2006-09-10 Thread andyhot
Peter Dawn wrote: > guys, > > the upload component, displays a browse button, through which the user > is only able to select a single (one) file at any one time. i want the > user to select the source folder and i will pull all files within that > folder with a certain extension instead of selecti

Re: Upload component browse button

2006-09-10 Thread Martin Strand
Since your code has no access whatsoever to the client's filesystem, I doubt this is possible. You'd probably need to write a Java applet or something, but I'm not sure what restrictions apply to them. Martin On Mon, 11 Sep 2006 03:07:40 +0200, Peter Dawn <[EMAIL PROTECTED]> wrote: guys,

Upload component browse button

2006-09-10 Thread Peter Dawn
guys, the upload component, displays a browse button, through which the user is only able to select a single (one) file at any one time. i want the user to select the source folder and i will pull all files within that folder with a certain extension instead of selecting each file manually. is t