ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-win32-users
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved