Consultor Eletrônico



Kbase P69811: POST method does not work calling a webspeed program from PHP
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

POST method does not work. Data is not posted

Calling a webspeed program from PHP

CHANGE:

Changed the first HTML page to PHP instead of webspeed

CAUSE:

There are some PHP bugs depending on the version being used regarding ENCTYPE="multipart/form-data"

FIX:

Remove the following attribute from the FORM tag:
ENCTYPE="multipart/form-data", for example

"<form action="http://hostname/scripts/cgiip.exe/WService=myservice/login1.htm" method="post" name="form1" ENCTYPE="multipart/form-data">"