This issue has already been told a few days ago and fixed in trunk.
You see, we're quicker than your mail ;-)))
Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com
----- Original Message -----
From: "Nick17" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, November 24, 2008 2:43 PM
Subject: [fw-general] Size Validator Zend 1.7.0 - bytestring problem
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.