in reply to Upload script help - auto fill form

check out this link for a simple CGI upload script. It will uses a browse button to find the file, and uses this for the file name. If you want to me about with thw file name (you will need to to accomdate different OS's/browsers) use the File::Basename module.
  • Comment on Re: Upload script help - auto fill form