small change in upload form

This commit is contained in:
fmurer
2016-01-12 22:14:45 +01:00
parent ddb3f9474a
commit 40fd1df648

View File

@@ -164,7 +164,7 @@ feature -- Handler
body.append ("<div><label>File %N")
body.append ("<input name=%"file-name[]%" type=%"file%" multiple %N")
body.append ("</label></div> %N")
body.append ("<fieldset><div><button type=sbmit>Upload</button></div></fieldset> %N")
body.append ("<div><button type=submit>Upload</button></div></fieldset> %N")
body.append ("</form>%N")
-- connect the body with the page