PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Read $_POST and $_FILE
Read $_POST and $_FILE
Iniciado por joachim.s, 08,may. 2024 15:38 - 1 respuesta
Publicado el 08,mayo 2024 - 15:38
I pass some values via GET and POST, including a file, and I can read the values using PageParameter (“TEST”). How can I read the file? In PHP it works with $_FILE, but how in WebDev?

Best regards
Jo
Publicado el 16,mayo 2024 - 21:45
sent by POST must use the MIME types 'mimeTypeXMLApplication' or 'mimeTypeXMLText' and Retrieving the value of a parameter with PageParameter(paramBuffer, paramNoDecoding)