This documentation is for the old version. Go to the latest Upload Suite docs

Messages.FilesNotAdded Property

Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions.

Syntax

PHP Initialize
public function getFilesNotAdded() {
}

public function setFilesNotAdded($value) {
}

Property Value

Type: string

The message which states that a user tries to add files and some of them were not added because of restrictions. It can contain the following placeholder:

[count]
replaced by the number of files which were not added.

Default value is "{0} files were not added due to restrictions of the site.".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference