企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* upload 资源选择表单 * 直接使用远程数据,v9后本地不在存放数据 * 案例 ~~~ $input[] = ['type'=>'upload','name'=>'上传','field'=>'upfile']; $input[] = ['type'=>'upload','name'=>'上传','field'=>'upfile','limit'=>[1]]; ~~~ | 参名 | | 说明 | | --- | --- |--- | | type | 必选 | 表单类型 | | name | 必选 | 表单显示名称 | | field | 必选 | 字段名 | | limit_count | 选填 | 单次允许上传数量 | | limit_type | 选填 | 允许类型, 可选 all/video/image | | limit_ext | 选填 | 允许扩展名, 如 ['.gif','.mp4'] | | limit_up | 选填 | 允许最大数(M) | | val | 选填 | 字段值 | > 表单限制 ( 查看"input表单类型" ) > 执行资源删除与上传需要首页权限添加授权