gdnew has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perlmonks...
I tried to upload a file from my computer to a specific directory $USR_DIR in the server.
I've tried the program fup.cgi provided in the url.
It put the files in temporary folders temp.
Is there any way to move this file to my server folder?
Thank you in advanced.
  • Comment on upload a file to the specific folder in server using cgi-lib.pl

Replies are listed 'Best First'.
Re: upload a file to the specific folder in server using cgi-lib.pl
by cjf (Parson) on May 02, 2002 at 04:02 UTC
      Thanks a lot...