libURLMultipartFormAddPart | |||||||||||||||||||
Type | function | ||||||||||||||||||
Dictionary | LCS | ||||||||||||||||||
Library | LiveCode Script | ||||||||||||||||||
Syntax |
| ||||||||||||||||||
Associations | internet library | ||||||||||||||||||
Summary | This function lets you add parts to a multipart form one at a time. It also lets you optionally specify the mime type and transfer encoding for each part. This can be useful where the mime type or transfer encoding has to be specified. | ||||||||||||||||||
Introduced | 2.5 | ||||||||||||||||||
OS | mac, windows, linux, web | ||||||||||||||||||
Platforms | desktop, server | ||||||||||||||||||
Parameters |
| ||||||||||||||||||
Example |
| ||||||||||||||||||
Related | Message: startup, openBackground, preOpenStack, openStack, preOpenCard Command: post Function: libURLMultipartFormData, libURLFormData Glossary: LiveCode custom library, main stack, handler, Standalone Application Settings, message, group, standalone application, keyword, function, application Library: Internet library, library | ||||||||||||||||||
Security | network | ||||||||||||||||||
Description | This function is mainly used if you have called the libURLMultipartFormData with no arguments except the form data. This will return an "empty" form which can be added to using this function.
|