diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/verifystart.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/verifystart.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp index cf8187bf..8a5af476 100644 --- a/pdf-as-web/src/main/webapp/verifystart.jsp +++ b/pdf-as-web/src/main/webapp/verifystart.jsp @@ -5,7 +5,7 @@ <h1>Verify PDF-Dokument</h1> <form action="Sign" method="POST" enctype="multipart/form-data"> - <input type="file" name="pdffile" /> + <input type="file" name="pdf-file" /> <input type="submit" value="Verfiy"> </form> |