CodeCharge Studio

FileSizeLimit Run-Time Property (PHP)

Applies to

FileUpload Component

Type

number

Access

read/write

Syntax

object->FileSizeLimit [= value]

Description

Specifies the maximum size (in bytes) of a file that can be uploaded to the server. If the size of the file is greater than value of this property, the upload fails and appropriate error message is displayed.
Note: the initial value of this property is retrieved from the "File Size Limit" design-time property of the FileUpload component.

See also

GetFileSize Method


On-line, printable versions and updates