HTML_QuickForm_file::getSize()

HTML_QuickForm_file::getSize() – Returns size of file element

Synopsis

require_once 'HTML/QuickForm/file.php';

int HTML_QuickForm_file::getSize ( )

Description

This means 'size' attribute of the <input /> element, not size of the uploaded file.

Throws

throws no exceptions thrown

See

see setSize().

Note

since 1.0

This function can not be called statically.

Class constructor (Previous) Returns information about the uploaded file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.