From ee1e4a760231477e461462a33e6c6253003a34c9 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 30 Oct 2012 17:19:49 +0100 Subject: [PATCH 1/2] Send the requesttoken as form value This is needed for IE < 8 because it doesn't send the CSRF token here. So that it is impossible to upload files. Fixes #110 and related to #122 --- apps/files/templates/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index d49f2f4d5d..a4c26c49e1 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -14,6 +14,8 @@
+ + From 116fa64294167c41c074f9393efd0e7ff89ea295 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 30 Oct 2012 17:29:26 +0100 Subject: [PATCH 2/2] Change IE8 to "older IE versions" I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine. --- apps/files/templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index a4c26c49e1..f614f02b6c 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -14,7 +14,7 @@
- +