Web Connection
postData
Gravatar is a globally recognized avatar based on your email address. postData
  Vincent H.
  All
  Feb 11, 2019 @ 09:52am

Hello everyone,
Does anyone know how to recover and process a formData object ($_POST) ?
It starts with Request.Form () I guess and after ?
Thank you for your answers

Gravatar is a globally recognized avatar based on your email address. re: postData
  Rick Strahl
  Vincent H.
  Feb 11, 2019 @ 02:29pm

Sure.

*** Retrieve a form variable name if you posted key value pairs (Html Form submissions)
lcValue = Request.Form("formVarName")
lcValue2 = Request.Form("formVarName2")

*** Retrieve the entire Form buffer - if you posted a document (like full JSON/XML)
lcBuffer = Request.Form()

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: postData
  Vincent H.
  Rick Strahl
  Feb 11, 2019 @ 11:48pm

Thank you Rick for your unfailing availability !

Vincent

© 1996-2024