Skip to content

libcURL.MultipartForm.Operator_Convert

Andrew Lambert edited this page Jun 7, 2015 · 18 revisions

#libcURL.MultipartForm.Operator_Convert

##Method Signature

 Sub Operator_Convert(FromDict As Dictionary)

##Parameters

Name Type Comment
FromDict Dictionary An HTML form.

##Notes Converts the passed Dictionary into a MultipartForm. The dictionary contains NAME:VALUE pairs comprising HTML form elements: NAME is a string containing the form-element name; VALUE may be a string or a FolderItem.

Clone this wiki locally