Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r15252 -r15345 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15252) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15345) @@ -1,6 +1,6 @@ convertFiles(); - $this->Files = $this->MergeVars($_FILES, false); //do not strip slashes! + $this->Files = $this->MergeVars($_FILES); // , false); //do not strip slashes! break; } }