diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-15 18:51:28 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-15 18:51:28 +0200 |
commit | 2911310d53628b69c6dadbedc1d0abf33efb4cc2 (patch) | |
tree | f7760452e425a2cac65360dac631b9136434dbb5 /pdf-as-web/src/main/webapp/verifystart.jsp | |
parent | 8b69a68f80ce64da4bc68f9d03a17113d48a0599 (diff) | |
download | pdf-as-4-2911310d53628b69c6dadbedc1d0abf33efb4cc2.tar.gz pdf-as-4-2911310d53628b69c6dadbedc1d0abf33efb4cc2.tar.bz2 pdf-as-4-2911310d53628b69c6dadbedc1d0abf33efb4cc2.zip |
Web Helper and Config
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"> |