I am currently using the following tag in ZK(.zul) file.
< button id="uploadButton" upload="true" focus="true" onUpload="@command('uploadFile')"/ >
Whenever this button is clicked, the upload window that opens must show the same path everytime. Let's say the path should be "C:\ABC\XYZ".
Is there any attribute of button tag that can help me doing this. If not, kindly suggest some other ways of doing it.