f30-1840878.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 34 行
ZUL
34 行
<?xml version="1.0" encoding="UTF-8"?>
<!--
F30-1840878.zul
{{IS_NOTE
Purpose:
Description:
History:
Tue Jan 15 10:24:25 TST 2008, Created by jumperchen
}}IS_NOTE
Copyright (C) 2007 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}IS_RIGHT
-->
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
<n:h2> 1840878 Multiple uploads limitations</n:h2>
<n:ol>
<n:li>try to click + and x to add/reduce maximum uploaded file </n:li>
<n:li>click button to upload it, it will show the uploaded file count. </n:li>
<n:li>maximun uploaded file will set back to 1</n:li>
</n:ol>
<fileupload number="-1">
<attribute name="onUpload">
if (event.medias != null)
alert("total upload files:"+event.medias.length);
</attribute>
</fileupload>
</zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?