in reply to Re^4: perl program for importing files on local system
in thread perl program for importing files on local system

rahulgsp83,

You need to display an HTML form with a file input element, this will allow the user to select a file from their local machine. On the server you need to have a script to accept the form input, and upload the file.

Look again at the sample html form, and the perl script which processes the form and uploads the file in Re: I need a simple web upload script. (forget about the email section of this example, it's not required for what you are trying to do).

Martin

  • Comment on Re^5: perl program for importing files on local system