Skip to content

Instantly share code, notes, and snippets.

@AbdulKabia
Created April 23, 2018 04:09
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 AbdulKabia/771a73a8270f973cee8c6daeff4373e2 to your computer and use it in GitHub Desktop.
Save AbdulKabia/771a73a8270f973cee8c6daeff4373e2 to your computer and use it in GitHub Desktop.
extends layout
block content
h1 Fileside Upload Screen
h3 Upload a file to have it hashed
form(action="/upload", method="post" enctype="multipart/form-data")
input(type="file", name="userFile")
input(type="submit", value="Submit")
h1 #{message}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment