restReqPostKey (Function) |
Top Previous Next |
This function will read the name of a post parameter in a request. By calling this multiple times with incrementing index, it is possible to list all the post parameters in the request. Note: Transferring files as post parameters is not currently supported.
Input: req : SYSHANDLE A handle to the request.
idx : INT (Default 0) The index of the post parameter to read the name of.
Output: name : STRING The name of the parameter.
Returns: INT
Declaration: FUNCTION restReqPostKey : INT;
Example: INCLUDE rtcu.inc |