接口 FileStoreService
public interface FileStoreService
文件存储服务统一接口
- 从以下版本开始:
- 2024/04/29
- 作者:
- chengliang
-
方法概要
修饰符和类型方法说明default FileInfobuildFileInfo(org.noear.solon.core.handle.UploadedFile file) 构建文件信息save(org.noear.solon.core.handle.UploadedFile file) 保存文件
-
方法详细资料
-
save
保存文件- 参数:
file- 文件- 返回:
String完整的文件名
-
buildFileInfo
构建文件信息- 参数:
file- 上传的文件- 返回:
- 文件信息
-