In Zend framework 1.7.0 the file size validator doesn't work as in 1.6.2. The conversion of the Byte length to String doesn't take place in the validation message.
In the setMin and setMax method a conversion from _fromByteString take place. Then in the isValid method the converted _toByteString of min and max gets still the result of the integer, becaurse the conversion of the setMin, setMax will be executed again. this is also valid for the _setSize method I just wanted leave this as note. -- View this message in context: http://www.nabble.com/Size-Validator-Zend-1.7.0---bytestring-problem-tp20661071p20661071.html Sent from the Zend Framework mailing list archive at Nabble.com.
