知启蒙大文件上传组件,该组件实现大文件分片上传,包含服务端接收碎片上传和管理功能,以及前端UI的进度条、上传速度等界面。同时还支持按文件内容MD5码、相同文件名称比对秒传等功能,是业务系统应用不可缺少的组件之一。

森中灵 最后提交于1月前 8.0.5版本,删除encoding和cache字段,大部分没用上,整理访问类
config.xml505B
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE zhiqim-context PUBLIC "-//ZHIQIM //DTD Zhiqim-Context Configuration 8.0.0//EN" "https://zhiqim.org/xmldtds/zhiqim_context_8_0_0.dtd">
<zhiqim-context>

    <!-- 属性配置 -->
    <attribute name="系统名称" key="name" value="知启蒙大文件上传"/>
    <attribute name="系统版本" key="version" value="V8.0.5"/>
    <attribute name="系统引导" key="bootstrap" value="org.zhiqim.uploadlarge.ZulBootstrap"/>
    
</zhiqim-context>