in reply to Re: grabbing text
in thread grabbing text

In that case then if I need to open that file that was in the textbox in order to parse through it...how can I find the file if I cannot get the path info.

Replies are listed 'Best First'.
RE: RE: Re: grabbing text
by KM (Priest) on May 25, 2000 at 00:42 UTC
    You need to upload the file to get the data. The client knows where the file is, the program doesn't need to. When I say 'upload' I don't mean that it has to be turned into a physical file on disk, but you have to read the data in. Look at the CGI.pm module, which will send you on the path to getting this done.

    Cheers,
    KM