WeOnlyDo! wodWebServer ActiveX - WebRequestUploadPart Object
    
 
Description

WebRequestUploadPart Class


Object Model




Remarks

This object contains properties and methods for accessing single part in multipart/form-data request. You can access specific part through this object.


Members
Methods
Save Saves part to a file.

Properties
Begin Read-only property Holds position of the part in the file.
Body Read-only property Holds full body of the part.
End Read-only property Holds ending position of the part in the file.
Filename Read-write property Holds filename of uploaded part, if auto parsed.
Headers Read-only property Holds collection of headers for current part.