Is there a way to read many files? #962
-
Hi, I need to use a lot of image files stored in several folders. Any help will be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Due to security reasons, browsers cannot do this. However if you know how to use a programming language, this can be easier. In R, after you install or verify that you have the jsonlite::toJSON(list.files("/path/to/folder", recursive=TRUE)) |
Beta Was this translation helpful? Give feedback.
-
Hello! I am also encountering this problem now, did you solve it? |
Beta Was this translation helpful? Give feedback.
Due to security reasons, browsers cannot do this. However if you know how to use a programming language, this can be easier.
In R, after you install or verify that you have the
jsonlite
package, you can do this and copy paste the output.