您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
程序包
org.anyline.handler
接口 Uploader
public interface
Uploader
方法概要
所有方法
实例方法
默认方法
修饰符和类型
方法
说明
default
String
upload
(
String
name,
File
file)
文件上传
default
String
upload
(
String
name,
InputStream
is)
方法详细资料
upload
default
String
upload
(
String
name,
File
file)
文件上传
参数:
name
- 文件名
file
- 文件
返回:
返回文件上传后地址
upload
default
String
upload
(
String
name,
InputStream
is)