Count Property
Returns the number of FormFile objects in the collection.
Value Type: | Long | |
Parameters: | None | |
Remarks: | This property is read-only |
Usage example:
' This sample writes the number of file elements existed in HTML-form
<% Set Uploader = Server.CreateObject("MailBee.Uploader")
Uploader.ParseRequest Request.BinaryRead(Request.TotalBytes)
Response.Write Uploader.FormFiles.Count %>
See Also:
Item Property | Uploader Object
Copyright © 2002-2024, AfterLogic Corporation. All rights reserved.