Hi

Could you tell me that why below mentioned line not working

<HTML>
<FORM ACTION="cgi-bin/form1.cgi" ACCEPT="text/xml" 
ENCTYPE="multipart/form-data" METHOD=POST>
<P><INPUT TYPE="FILE" NAME="getpath" SIZE="50" VALUE="Browse"></P>
<P>
<INPUT TYPE=SUBMIT VALUE=Process>
<INPUT TYPE=RESET VALUE="Cancel">
</P>
</FORM>

If I change line than it'w working fine.

<FORM ACTION="http://localhost/cgi-bin/form1.cgi"; ACCEPT="text/xml" 
ENCTYPE="multipart/form-data" METHOD=POST>

But I want to run it with

<FORM ACTION="cgi-bin/form1.cgi" ACCEPT="text/xml" 
ENCTYPE="multipart/form-data" METHOD=POST>

It was working earlier but I'm not aware that why it's not working now.

Kanhaiya Prasad
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to