read input txt file in same directory #1564
-
How do I read input text from a file? Context Is that possible? Is it possible to upload input file from browser? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
There's also this file upload smart cell by @akoutmos . Here's a GIF of him giving a quick demo of it. |
Beta Was this translation helpful? Give feedback.
Path.join(__DIR__, "path/to/file.exs")
. File upload is coming in the future and I think there is a file upload library too.