|
|
 |
perl-win32-users
not working action=cgi-bin/*.cgi with perl
by Kprasad other posts by this author
Sep 16 2009 6:32AM messages near this date
view in the new Beta List Site
Re: TK question
|
Re: not working action=cgi-bin/*.cgi with perl
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
Thread:
Kprasad
Serguei Trouchelle
Serguei Trouchelle
|
|
|
 |
|