Skip to content

Instantly share code, notes, and snippets.

@masonjeffreys
masonjeffreys / TopicView.elm
Created October 27, 2017 20:14
File Upload Elm 0.18
-- Important parts of file upload through a HTTP Post form in Elm
-- This example reflects an application like a Facebook Post Feed
-- Each post has a comment form at the bottom of the post
-- A comment can be text or attaching a photo
module TopicView exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)