in reply to HTML Post to Perl Script not working

For uploading a file from html form, you have to set the 'enctype' in form tag.
<form method="post" action="C:\process_feedback1.pl" enctype="multipar +t/form-data">
And also check for the http server error log for more details.
--lamp