diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/verifystart.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/verifystart.jsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp index 86795d23..339cb464 100644 --- a/pdf-as-web/src/main/webapp/verifystart.jsp +++ b/pdf-as-web/src/main/webapp/verifystart.jsp @@ -5,6 +5,11 @@ <h1>Verify PDF-Dokument</h1> <form action="Verify" method="POST" enctype="multipart/form-data"> + <select name="format"> + <option selected="selected">html</option> + <option>json</option> + </select> + <input type="file" name="pdf-file" /> <input type="submit" value="Verfiy"> |