aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp')
-rw-r--r--pdf-as-web/src/main/webapp/assets/js/dragNdrop.js2
-rw-r--r--pdf-as-web/src/main/webapp/index.jsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js b/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js
index 46cf6bac..547951d7 100644
--- a/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js
+++ b/pdf-as-web/src/main/webapp/assets/js/dragNdrop.js
@@ -403,7 +403,7 @@ function sign(file, connector, locale) {
form.method = "POST";
form.action = "Sign";
form.target = "mobileSignOnFrame";
- form.enctype = "multipart/form-data";
+ form.enctype = "application/x-www-form-urlencoded";
var input = document.createElement('input');
input.type = 'hidden';
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp
index 45ea4fed..283d1294 100644
--- a/pdf-as-web/src/main/webapp/index.jsp
+++ b/pdf-as-web/src/main/webapp/index.jsp
@@ -139,7 +139,7 @@
}
%>
</div>
- <iframe id='mobileSignOnFrame' style="display:none;" src="http://129.27.142.196:8080/"></iframe>
+ <iframe id='mobileSignOnFrame' name='mobileSignOnFrame' style="display:none;"></iframe>
</div>
</div>
<div id="DownloadContainer" style="display: none;">