Skip to content

Instantly share code, notes, and snippets.

@jtackett
Created October 26, 2014 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtackett/14ea479e0e3260b9ef4f to your computer and use it in GitHub Desktop.
Save jtackett/14ea479e0e3260b9ef4f to your computer and use it in GitHub Desktop.
(defelem file-upload
"Creates a file upload input."
[name]
(input-field "file" name nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment