
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.
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.
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).
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
Depending on the browser used, either the entire path is uploaded (Microsoft Windows Internet Explorer), or just the file name (Firefox, Safari).
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 |
|
Normal status of the interface element |
No |
|
required |
|
The value must be entered. The FileUpload is displayed with an asterisk. Note
This value of thestate property is not checked by Web Dynpro Framework. Service functions are still available for checking required entries, see also SAP Note 948753 |
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.