Package rife.engine.annotations
Annotation 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
-
Element Details
-
value
String valueThe name of the uploaded file.- Since:
- 1.0
- Default:
- ""
-