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 button

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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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,

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 there a work around this within tapestry, HTML of JS. all i want
the user to do is select the source folder using the browse button and
i will pull all files from that folder. i dont want to use vbscript. i
am using tap3.

thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 selecting each file
 manually.
Not possible in html to select a folder (btw, tapestry has nothing to do
with this)...
You may be able to select a file and use javascript to extract the
folder info, or
use an activex or a signed applet... There may be a javascript
implementation
of a 'select folder' component but it would also require special access
rights to run.

 is there a work around this within tapestry, HTML of JS. all i want
 the user to do is select the source folder using the browse button and
 i will pull all files from that folder. i dont want to use vbscript. i
 am using tap3.

 thanks.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]