thank you for your ans, but as far as i understand (maybe i don't) cgis's
upload() method only work for one file based on the user choice after a
manual browse...

I want to permit user to enter any text in an input box and get all files
eg : the user type "13", files i want to be uploaded are : FD???13.FIC.
User don't know "???" (nor i don't).

Perhaps there's no way to do it with perl ?

Thanks.
Emmanuel


"Fliptop" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Emmanuel Jaeckert wrote:
>
> > I want to set up a perl script to allow client to (upload|transfer)
files to
> > my server.
> > client don't know file names but it's always of the form FD???AA.FIC
where
> > AA may be given by the client on an input box
> > I can not be sure of the number of files so i really have to get
> > FD???AA.FIC.
> >
> > I don't know if perl permits this kind of client side transfer and don't
> > know where to start my search if it's possible, so any help would be
welcome
> > ! anybody has an idea or can point me out ?
>
>
> perldoc CGI
>
> read the sections about the upload() method.
>





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

Reply via email to