RE: Copying A File From A Remote Location Through A Webpage

2002-09-02 Thread Morse, Richard E.
Have you looked at the CGI.pm docs? There are two parts to uploading docs via a webpage. First, you have supply the correct type of form on the webpage: is probably the bare minimum that you need. Then, the script needs to properly parse the sent file. Below is a loop that I use in a scr

Re: Copying A File From A Remote Location Through A Webpage

2002-08-30 Thread $Bill Luebkert
Barlow, Neil wrote: > Hi All, > > My problem is that I am trying to write a webpage in Perl that will allow > the user to click on a verification button on the webpage and it will then > copy down a file from a remote location to their machine? > > I have setup the web directory so that the file