如题

解决方案 »

  1.   


    onSelect: function(e, queueId, fileObj)
            {
                alert("唯一标识:" + queueId + "\r\n" +
                      "文件名:" + fileObj.name + "\r\n" +
                      "文件大小:" + fileObj.size + "\r\n" +
                      "创建时间:" + fileObj.creationDate + "\r\n" +
                      "最后修改时间:" + fileObj.modificationDate + "\r\n" +
                      "文件类型:" + fileObj.type
                );        }