Re: uploading a file to webserver

2006-08-11 Thread Tom Phoenix
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,

uploading a file to webserver

2006-08-11 Thread prashant puranik
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