Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Last active June 15, 2016 07:11
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 WietseWind/c1fa27ff80a1f2110021ebf7a39cd2e5 to your computer and use it in GitHub Desktop.
Save WietseWind/c1fa27ff80a1f2110021ebf7a39cd2e5 to your computer and use it in GitHub Desktop.
nodum.io - File upload met nodum
<h1>Lekker uploaden</h1>
{{ param.files(true)|pre }}
<form method="post" enctype="multipart/form-data" action="{{ index }}">
<input type="file" name="file[]" />
<button type="submit">Verstuur</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment