Skip to content

Commit 81549e0

Browse files
FalkWolskygitbook-bot
authored andcommitted
GITBOOK-167: No subject
1 parent b23deb3 commit 81549e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/build-applications/app-editor/visual-components/file-upload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ Files uploaded via the file upload component are stored in browser cache memory
8686
8787
{{file1.files[0].type}} // will return "application/json"
8888
89-
{{file1.files[0].type}} // will return "247285" (in bytes)
89+
{{file1.files[0].size}} // will return "247285" (in bytes)
90+
91+
{{file1.files[0].lastModified}} // will return the date of last Modification
9092
```
9193

9294
* `parsedValue`: A list of the value of the parsed files.

0 commit comments

Comments
 (0)