WeOnlyDo! wodWebServer ActiveX - Item Property
      
 

Description

Returns reference to uploaded part.


Property type

A WebRequestUploadPart object.  


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type WebRequestUploads.
Index Required. An Integer value. Holds index of the part in the collection.

Remarks

This property returns reference to WebRequestUploadPart object from the collection of all uploaded parts. Index should specify part sequence in the collection, from 0 up to Count-1.