diff options
author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2014-02-25 09:38:04 +0100 |
---|---|---|
committer | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2014-02-25 09:48:43 +0100 |
commit | 4ac58df2e45cf2640bcd7b34823522a3300e86c9 (patch) | |
tree | a0ca1c1bdc3c8fa67b2062e50ede70d063829c9a /pdf-as-web/src/main/webapp/index.jsp | |
parent | c683ceb96e7c3e1d8fea6ebc90d61e0fb41fe9a4 (diff) | |
download | pdf-as-4-4ac58df2e45cf2640bcd7b34823522a3300e86c9.tar.gz pdf-as-4-4ac58df2e45cf2640bcd7b34823522a3300e86c9.tar.bz2 pdf-as-4-4ac58df2e45cf2640bcd7b34823522a3300e86c9.zip |
changed parameter sig_type and pdfFile
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 6383f8a3..eba5db46 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -7,7 +7,7 @@ <form role="form" action="Sign" method="POST" enctype="multipart/form-data"> <input type="hidden" name="source" id="source" value="internal" /> <input - type="file" name="pdfFile" id="pdfFile" accept="application/pdf"> + type="file" name="pdf-file" id="pdf-file" accept="application/pdf"> <% if (request.getAttribute("FILEERR") != null) { %> |