Consultor Eletrônico



Kbase P50022: WebSpeed get-value function does not return correct values for the fields in the upload form
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/06/2008
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0A
All Supported Operating Systems

SYMPTOM(s):

WebSpeed get-value function does not return correct values for the fields in the upload form

Using SpeedScript HTML FORM with multiple fields as in:
<FORM ENCTYPE="multipart/form-data" ACTION="" METHOD="POST">
Enter a value for field 1:<input type="text" name="field1" value="You entered`: get-value('field1')`" ><br>
Enter a value for field 2:<input type="text" name="field2" value="You entered: `get-value('field2')`" ><br>
<INPUT type="file" name="filename"> <INPUT type="submit">
</FORM>

get-value function returns the value of the <INPUT TYPE="file"> tag for all
tags in the HTML upload form

CAUSE:

Bug# OE00096575

FIX:

Upgrade to OE10.1A of later