libURLFormData | ||||||||||||||||
Type | function | |||||||||||||||
Dictionary | LCS | |||||||||||||||
Library | LiveCode Script | |||||||||||||||
Syntax |
| |||||||||||||||
Associations | internet library | |||||||||||||||
Summary | libURLFormData formats data in the standard format suitable for sending to form processing CGIs and other processes on a web server. | |||||||||||||||
Introduced | 2.5 | |||||||||||||||
OS | mac, windows, linux, web | |||||||||||||||
Platforms | desktop, server | |||||||||||||||
Parameters |
| |||||||||||||||
Example |
| |||||||||||||||
Related | Message: openBackground, openStack, startup, preOpenStack, preOpenCard Command: post, libURLSetExpect100 Function: libURLMultipartFormAddPart, libURLMultipartFormData Glossary: application, standalone application, function, main stack, keyword, group, Standalone Application Settings, message, handler, LiveCode custom library Library: Internet library, library | |||||||||||||||
Security | network | |||||||||||||||
Description | The function accepts variable numbers of parameters and treats them as key-value pairs. The first parameter is the name of the first form part, the second the value of the first part, the third is the name of the second part, and so on.
|