Count Property


Returns the number of FormElement objects in the collection.


Value Type: Long
Parameters: None 
Remarks: This property is read-only

Usage example:

' This sample writes the number of HTML-form elements in the collection

<% Set Uploader = Server.CreateObject("MailBee.Uploader")
Uploader.ParseRequest Request.BinaryRead(Request.TotalBytes)
Response.Write Uploader.FormElements.Count %>

See Also:

Item Property | Uploader Object


Copyright © 2002-2022, AfterLogic Corporation. All rights reserved.