$wrongExtension public property
The error message used when the uploaded file has an extension name that is not listed in $extensions. You may use the following tokens in the message:
- {attribute}: the attribute name
- {file}: the uploaded file name
- {extensions}: the list of the allowed extensions.
public string $wrongExtension = null
Please login to continue.