| 程序包 | 说明 |
|---|---|
| cn.hserver.plugin.web.context | |
| cn.hserver.plugin.web.interfaces |
| 限定符和类型 | 方法和说明 |
|---|---|
PartFile |
Request.queryFile(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,PartFile> |
Request.getMultipartFile() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Request.setMultipartFile(Map<String,PartFile> multipartFile) |
| 限定符和类型 | 方法和说明 |
|---|---|
PartFile |
HttpRequest.queryFile(String name)
更具名字查询一个文件对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,PartFile> |
HttpRequest.getMultipartFile()
获取所有上传的文件
|
Copyright © 2022. All rights reserved.