Package org.openxava.annotations
Annotation Type FileItemUpload
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface FileItemUploadConfigure the way files can be uploaded in a FileItem property.Applies to properties of org.apache.commons.fileupload.FileItem type.
Example:- Since:
- 6.6
- Author:
- Javier Paniza
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringacceptFileTypesComma separated list of accepted mime types.longmaxFileSizeInKbMaximum size of the file to upload in Kb.
-