Re: Transferring files from a client

2002-03-27 Thread Emmanuel Jaeckert
I think multiple could do the job but what i want is somewhat different : user wouldn't have to choose files, they should be chosen programatically, so i want my script to look to local directory to achieve file list to upload, but for security issue, i think that nor Perl nor JS could do it. Am

Re: Transferring files from a client

2002-03-27 Thread fliptop
fliptop wrote: > rather something to do with the http protocol. when i want to pass > multiple files, i provide multiple boxes. sorry, that should be . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Transferring files from a client

2002-03-27 Thread fliptop
Emmanuel Jaeckert wrote: > 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

Re: Transferring files from a client

2002-03-27 Thread Emmanuel Jaeckert
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 : F

Re: Transferring files from a client

2002-03-26 Thread fliptop
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

Transferring files from a client

2002-03-26 Thread Emmanuel Jaeckert
Hi, 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