<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>File uploads and the Horde_Variables class</title> 
  <pubDate>Fri, 10 Apr 2026 02:02:28 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11443</link> 
  <atom:link rel="self" type="application/rss+xml" title="File uploads and the Horde_Variables class" href="https://bugs.horde.org/ticket/11443/rss" /> 
  <description>File uploads and the Horde_Variables class</description> 
 
   
   
  <item> 
   <title>There&#039;s an issue located within the &quot;Horde_Variables&quot; class </title> 
   <description>There&#039;s an issue located within the &quot;Horde_Variables&quot; class located in &quot;framework/Util/lib/Horde/Variables.php&quot; making file uploads impossible.

The constructor makes use of PHP&#039;s reserved variable &quot;$_REQUEST&quot; to gather data transmitted via a form. This does exclude Files due to the fact that $_REQUEST does no longer hold those data (source: http://php.net/manual/en/reserved.variables.request.php)

As a result the form data object is incomplete and file uploads fail. I&#039;m unfamiliar with the Horde_Variables class and so far have been unable to fix the bug on my own.

Maintainer &quot;langralf&quot; might be the guy to take a closer look at this problem.

cu
Roman</description> 
   <pubDate>Mon, 24 Sep 2012 13:09:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11443#t72952</link> 
  </item> 
   
  <item> 
   <title>Are you sure you are using Git code?  This works fine for me</title> 
   <description>Are you sure you are using Git code?  This works fine for me here, and as far as I can tell, we use the $_FILES variable directly in Horde_Form.</description> 
   <pubDate>Mon, 24 Sep 2012 13:37:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11443#t72954</link> 
  </item> 
   
  <item> 
   <title>$_FILES has never been part of $_REQUEST, so what does this </title> 
   <description>$_FILES has never been part of $_REQUEST, so what does this have to do with Horde_Variables? And what with our Git server?</description> 
   <pubDate>Mon, 24 Sep 2012 13:38:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11443#t72955</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
