FileUpload Properties

Use

  • 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 also Help Texts in and for Web Dynpro Applications

    This property can be personalized by administrators.

  • 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

  • mimeType

    MIME type of the file. After the file has been uploaded, this property contains its MIME type. This property cannot delimit the MIME type.

    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 TTruncating Contents in the FormLayout.

    This property can be personalized by administrators.

    Value

    Visualization

    Description

    Can be Set Using Personalization

    normal

    FileUpload.state = normal

    Normal status of the interface element

    No

    required

    FileUpload.state = required

    The value must be entered.

    The FileUpload is displayed with an asterisk.

    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

  • virusScanProfile

    This property can be bound either to a context element or bound with method CL_WD_FILE_UPLOAD->SET_VIRUS_SCAN_PROFILE.

    The virus scan profile must be set at least one roundtrip before the file is uploaded, otherwise it will be ignored. If no virus scan profile is specified, the standard virus scan profile is used.

    You can find the definitions of the virus scan profile in database table VSCAN_PROF.

    This property can be personalized by administrators, during both runtime and designtime.

  • width

    Width of the UI element.

    More information: Methods and Properties.