in reply to access file in harddisk through a web page...

As the previous poster said, the user is submitting this file as an HTML form field. Your script, when it uses CGI.pm and parses the form submission from the user, will end up having access to the file data sort of like the other form fields.

The documentation for CGI.pm has a lot of documentation and code examples on how to do this. Give it another read.

  • Comment on Re: access file in harddisk through a web page...