On 8/11/06, prashant puranik <[EMAIL PROTECTED]> wrote:
I am trying to upload file to webserver.
$filename = param('uploaded_file');
You probably want the upload() function; see the CGI module's
documentation. Hope this helps!
--Tom Phoenix
Stonehenge Perl Training
--
To unsubscribe,
Hi All,
I am trying to upload file to webserver.
when I try the following from the CGI script
$filename = param('uploaded_file');
I get the filenamecorrect
But when I try the following as mentioned in CGI.pm documentation
while (<$filename>)
{
print;
}
Im not getting a