Working with data and files (HTML)
Learn how to roam your app's data, how to access files, how to download or upload files, how to share content, and how to encrypt data.
In this section
| Topic | Description |
|---|---|
|
Learn how to bind the elements of your app to different sources of data, including databases, files, and internal objects. | |
|
Learn how to save and roam your app's data. | |
|
Learn to read and write to files, present files to users, and add file picker controls so users can easily open and save their files using a familiar UI. | |
|
Learn how to download and upload files from a network resource. | |
|
Learn how to support sharing and how to use the clipboard to copy and paste data between controls or apps. | |
|
Learn how to encode and decode data, how to encrypt and decrypt data, and how to work with certificates. |
Related topics