PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Read $_POST and $_FILE
Read $_POST and $_FILE
Iniciado por Joachim, mai., 08 2024 3:38 PM - 1 resposta
Publicado em maio, 08 2024 - 3:38 PM
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 em maio, 16 2024 - 9:45 PM
sent by POST must use the MIME types 'mimeTypeXMLApplication' or 'mimeTypeXMLText' and Retrieving the value of a parameter with PageParameter(paramBuffer, paramNoDecoding)