Skip to content

libcURL.MultipartForm.Serialize

Andrew Lambert edited this page Jun 25, 2015 · 20 revisions

#libcURL.MultipartForm.Serialize

##Method Signature

 Function Serialize() As String

##Return value A serialized representation of the form.

##Notes Serializes the form structure into a multipart/form-data string. The serialized form may be used with other HTTP libraries, including the built-in HTTPSocket.

##See also

Clone this wiki locally