blob: ec5daa2944dfca2930d7e93d3c278f06c2dba398 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
@args (String content)
@layout.template("Upload", RockerContent.NONE, RockerContent.NONE) -> {
<form action="/upload/test" enctype="multipart/form-data" method="post">
<input multiple name="file" type="file">
<button>Submit</button>
</form>
}
|