-
New Feature
-
Resolution: Fixed
-
Normal
-
8.0.0
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.2 S2
- load the zul below
<dropupload maxsize="5" detection="none" onUpload="" > <attribute name="content"><![CDATA[ <b>Drop Here</b><br/> size < 5k ]]></attribute> </dropupload>
- upload a picture over the max size
users may customize the message below
it's better to use the same message like http://books.zkoss.org/wiki/ZK%20Component%20Reference/Essential%20Components/Button#Customize_Upload_Size_Exceeding_Message
workaround
Override javascript function, please refer to attached zul