Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81549e0

Browse files
FalkWolskygitbook-bot
authored andcommitted
GITBOOK-167: No subject
1 parentb23deb3 commit81549e0

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)

[8]ページ先頭

©2009-2025 Movatter.jp