Annotation Interface FileUpload


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface FileUpload
Declares a file that was uploaded in this request.

This can either be an UploadedFile instance with all the details, a File instance which will then directly point to the temporary uploaded file, or a String which will contain the path of the temporary uploaded file.

Since:
1.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the uploaded file.
  • Element Details

    • value

      String value
      The name of the uploaded file.
      Since:
      1.0
      Default:
      ""