Class | Description |
---|---|
MultipartRequest |
MultipartRequest.
|
OreillyCos |
OreillyCos.
|
UploadFile |
UploadFile.
|
Exception | Description |
---|---|
ExceededSizeException |
上传文件大小超出范围时抛出该异常
com.oreilly.servlet.multipart.MultipartParser 中会抛出以下异常
throw new ExceededSizeException("Posted content length of " + length + " exceeds limit of " + maxSize);
|
Copyright © 2018. All rights reserved.