File Size #1172
File Size
#1172
-
Is it possible to access file size like how filename is done: -
if not how can I access it using next api directory? |
Beta Was this translation helpful? Give feedback.
Answered by
KennyMwendwaX
Sep 14, 2023
Replies: 1 comment
-
It is accessible in the file object: const filesize = file.size; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KennyMwendwaX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is accessible in the file object: