- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Normal
 - 
    Affects Version/s: 7.0.0
 - 
    Component/s: Components
 - 
    None
 - 
    Environment:
STS 3.4.0
ZK 7.0.0 
- 
        None
 
With version 6.5.2, no problem.
With version 7.0.0, if a button has got upload and autosisabled, upload does not work and it is stuck:

Try this :
1. If you click on button "WITHOUT autodisabled" you'll have message "onupload WITHOUT autodisabled" ====> OK
2. if you click on button "With autodisabled" you'll have error describe just before
<zk> <button id="test1" label="With autodisabled" upload="true" autodisable="self"> <attribute name="onUpload"> <![CDATA[ Messagebox.show("onupload With autodisabled"); ]]> </attribute> </button> <button id="test2" label="WITHOUT autodisabled" upload="true"> <attribute name="onUpload"> <![CDATA[ Messagebox.show("onupload WITHOUT autodisabled"); ]]> </attribute> </button> </zk>