leptos And web_sys::FileReader Example An example of how to use the FileReader and other web-sys api in leptos. Running trunk serve --open OR trunk serve and go to localhost:8080 in your browser. Best Practices This example just unwraps everything. You should not do that in a production app. Example