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]

Reply via email to