You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Running a web-compatible recipe:
95
95
||:heavy_check_mark:|[CatGifsReactHooks](recipes/CatGifsReactHooks)| A React port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
96
96
|:heavy_check_mark:||[DiceCLI](recipes/DiceCLI)| This recipe shows how to create an interactive command line prompt that repeatedly generates a random number between 1 and 6. |
97
97
|:heavy_check_mark:|:heavy_check_mark:|[DiceLog](recipes/DiceLog)| This recipe shows how to log a random integer between 1 and 6 (representing a roll of a die) in either the node.js or web browser console. |
98
+
||:heavy_check_mark:|[FileUploadHalogenHooks](recipes/FileUploadHalogenHooks)| A Halogen port of the ["Files - Upload" Elm Example](https://elm-lang.org/examples/upload). |
98
99
||:heavy_check_mark:|[FindDomElementJs](recipes/FindDomElementJs)| This recipe shows how to find elements in the DOM by using query selectors. |
99
100
||:heavy_check_mark:|[GroceriesHalogenHooks](recipes/GroceriesHalogenHooks)| A Halogen port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples). |
100
101
||:heavy_check_mark:|[GroceriesReactHooks](recipes/GroceriesReactHooks)| A React port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples). |
A Halogen port of the ["Files - Upload" Elm Example](https://elm-lang.org/examples/upload).
4
+
5
+
## Expected Behavior:
6
+
7
+
### Browser
8
+
9
+
The browser will display an upload button and the names of the last-uploaded files. When the user clicks the upload button and uploads 1 or more files, the label will show the names of those files.
0 commit comments