I have confirmed that my script is at d:/cgi-bin which the perl script upload.pl resides
c:/blahblah......a pache/htdocs/cgi-bin
and your html file would be in the htdocs folder, which is the web root folder which is localhost (127.0.0.1). Now your version of apache might not be exactly like that so you may need to determine which is the web root folder.
So you start apache, then open a web browser and enter in the address box:
http://localhost/yourpage.html
where yourpage.html is the html document with the form code.
Comment