程序包 cn.taketoday.web.multipart
@NonNullApi
@NonNullFields
package cn.taketoday.web.multipart
Multipart API
- 从以下版本开始:
- 4.0 2023/6/10 21:10
- 作者:
- Harry Yang
-
类说明MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.Representation for a part in a "multipart/form-data" request.Properties to be used in configuring a
MultipartConfigElement.A representation of an uploaded file received in a multipart request.AdaptMultipartFiletoResource, exposing the content asInputStreamand also overridingMultipartFileResource.contentLength()as well asMultipartFileResource.getName().This interface defines the multipart request access operations that are exposed for actual multipart requests.