Interface UploadedFile

  • All Superinterfaces:
    TypedData

    public interface UploadedFile
    extends TypedData
    A file that was uploaded via a form.
    See Also:
    Form
    • Method Detail

      • getFileName

        @Nullable
        String getFileName()
        The name given for the file.
        Returns:
        The name given for the file, or null if no name was provided.