Skip to content

Commit 3b66a3d

Browse files
authored
update
1 parent ed9031a commit 3b66a3d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/development/files.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ outline: [2, 4]
33
---
44
# Upload, Download Files
55

6+
File handling with abap2UI5 is achieved through base64 data exchange using two-way binding.
67

78
#### Upload
8-
9+
See also `Z2UI5_CL_DEMO_APP_075`:
910
```abap
1011
CLASS z2ui5_cl_sample_upload DEFINITION PUBLIC.
1112
@@ -39,7 +40,7 @@ ENDCLASS.
3940
```
4041

4142
#### Download
42-
43+
See also `Z2UI5_CL_DEMO_APP_186`
4344
```abap
4445
METHOD z2ui5_if_app~main.
4546

docs/development/ndc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ outline: [2, 4]
33
---
44
# Native Device Capabilities
55

6-
Modern browsers and HTML make it easy to access native device capabilities directly. For more details and examples, check out the blog post Exploring External Libraries & Native Device Capabilities with abap2UI5 [here.](https://community.sap.com/t5/technology-blogs-by-members/abap2ui5-10-extensions-i-exploring-external-libraries-native-device/ba-p/13576910)
6+
Modern browsers and HTML5 make it easy to access native device capabilities directly. A detailed blog post can be found [here.](https://community.sap.com/t5/technology-blogs-by-members/abap2ui5-10-extensions-i-exploring-external-libraries-native-device/ba-p/13576910)
77

88
#### Geolocation
99
This example demonstrates how to retrieve geolocation data such as longitude, latitude, altitude, and speed. Also see `Z2UI5_CL_DEMO_APP_120`.

0 commit comments

Comments
 (0)