The vm_http_content_t is the unit of multipart.
vmhttps.h
|
Members |
Description |
|
VMUINT32 content_type_length; |
The content type length. |
|
VMSTR content_type; |
The fields and their corresponding headers: Content-Type: contentType; charset="charset" In case of multipart/form-data, each part will have its own header as shown. |
|
VMUINT32 name_length; |
The name length. |
|
VMSTR name; |
The fields used in multipart/form-data with their corresponding parts: Content-Disposition: form-data; name="name"; filename="fileName |
|
VMUINT32 filename_length; |
The fileName name length. |
|
VMSTR filename; |
The Content-Disposition attribute - not the multipart file name. |
|
VM_HTTPS_CHARSET charset; |
The character set. |
|
VMUINT32 data_type; |
The VM_HTTPS_DATA_TYPE_BUFFER or VM_HTTPS_DATA_TYPE_FILE. |
|
VMUINT32 data_length; |
The data length. |
|
VMUINT32 file_path_name_length; |
The fileName name length. |
|
VMWSTR file_path_name; |
The absolute multipart filepath with its name. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.