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]