Gossamer Forum
Home : Products : Gossamer Links : Discussions :

$IN->param not returning full path

Quote Reply
$IN->param not returning full path
I am wondering why I cannot get $IN->param to return the full path.

<form method="POST" enctype="multipart/form-data" blah blah
blah
<input type="file" name="file">
submit blah
</form>

and in the cgi which the form calls:

my $thefile = $IN->param('file');
print "File: $thefile<br>";

This prints the name of the file, but not the full path to the file.

Any ideas?
Subject Author Views Date
Thread $IN->param not returning full path Ian 2584 Jan 3, 2003, 12:25 PM
Thread Re: [Ian] $IN->param not returning full path
Paul 2469 Jan 3, 2003, 12:37 PM
Thread Re: [Paul] $IN->param not returning full path
Ian 2465 Jan 3, 2003, 1:04 PM
Post Re: [Ian] $IN->param not returning full path
Ian 2467 Jan 3, 2003, 1:08 PM
Thread Re: [Ian] $IN->param not returning full path
Paul 2487 Jan 3, 2003, 1:09 PM
Thread Re: [Paul] $IN->param not returning full path
Ian 2469 Jan 3, 2003, 1:16 PM
Post Re: [Ian] $IN->param not returning full path
Paul 2457 Jan 3, 2003, 1:21 PM