Show TOC

Background documentationFileUpload Properties Locate this document in the navigation structure

 

  • activateAccessKey

    Activates access keys.

    Both users and administrators can personalize this property.

  • data

    Destination within the context of the data from the file to be uploaded. The system can only read this data value.

    Primary Property

  • explanation

    Help text displayed when the help mode is activated. See Help Texts in and for Web Dynpro Applications

    This property can be personalized by administrators.

Note Note

The explanation iproperty is only displayed if a Label exists for the corresponding UI element.

Note the following exception:

The explanation property of an AbstractTableColumn is always displayed. If the UI element appears in a Table, and therefore has no Label, then use a AbstractTableColumn.explanation as a replacement for an explanation for the respective UI element (for example, InputField).

End of the note.
  • fileName

    The name of the file to be uploaded The system can only read the value of this property.

    This property, which does not have to be bound, can be changed by the client. See Properties Used in MultiPane or TablePopin

    Note Note

    Depending on the browser used, either the entire path is uploaded (Microsoft Windows Internet Explorer), or just the file name (Firefox, Safari).

    End of the note.
  • mimeType

    MIME type of the file.

    This property, which does not have to be bound, can be changed by the client. See Properties Used in MultiPane or TablePopin

  • state

    Error status of the interface element. Read the note about the required asterisk for a Label in FormLayout under Truncating Contents in the FormLayout.

    This property can be personalized by administrators.

    Value

    Visual Display

    Description

    Can be Set Using Personalization

    normal

    FileUpload.state = normal (FileUpload.state = normal)

    Normal status of the interface element

    No

    required

    FileUpload.state = required (FileUpload.state = required)

    The value must be entered.

    The FileUpload is displayed with an asterisk.

    Note Note

    This value of the state property is not checked by Web Dynpro Framework. Service functions are still available for checking required entries, see also SAP Note 948753.

    End of the note.

    Yes

  • textDirection

    Text or writing direction.

    This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Arabic or Hebrew, as opposed to LTR for languages like English.

    This property can be personalized by administrators.

    Value

    Description

    Can be Set Using Personalization

    INHERIT

    The text direction is inherited from the parent element. Therefore, the text direction is identical to that of the parent element.

    Yes

    LTR

    Left to right text direction

    Yes

    RTL

    Right to left text direction

    Yes