yew/examples/file_upload
Kaede Hoshikawa 8b9e164d7e
Update Dependencies to Fix CI (#3326)
* Update dependencies.

* Update dependencies.

* Fix gloo breaking change.
2023-07-01 01:33:18 +00:00
..

File Upload Example

Demo

This example allows the user to select a file from their file system. The contents of the selected file are then rendered to the page either as a whole or in chunks.

Concepts

Demonstrates reading from files in Yew with the help of gloo::file.

Improvements

  • Show a progress bar if the file is read in chunks
  • Do something interesting with the uploaded file like displaying pictures
  • Improve the presentation of the example with CSS.

Running

Run this application with the trunk development server:

trunk serve --open