Last active
June 15, 2016 07:11
-
-
Save WietseWind/c1fa27ff80a1f2110021ebf7a39cd2e5 to your computer and use it in GitHub Desktop.
nodum.io - File upload met nodum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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