Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23deb3 commit 81549e0Copy full SHA for 81549e0
docs/build-applications/app-editor/visual-components/file-upload.md
@@ -86,7 +86,9 @@ Files uploaded via the file upload component are stored in browser cache memory
86
87
{{file1.files[0].type}} // will return "application/json"
88
89
-{{file1.files[0].type}} // will return "247285" (in bytes)
+{{file1.files[0].size}} // will return "247285" (in bytes)
90
+
91
+{{file1.files[0].lastModified}} // will return the date of last Modification
92
```
93
94
* `parsedValue`: A list of the value of the parsed files.
0 commit comments