[Tickets #11443] File uploads and the Horde_Variables class

bugs at horde.org bugs at horde.org
Mon Sep 24 13:09:14 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11443
------------------------------------------------------------------------------
  Ticket             | 11443
  Created By         | geber at b1-systems.de
  Summary            | File uploads and the Horde_Variables class
  Queue              | Horde.org Servers
  Version            | Git
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


geber at b1-systems.de (2012-09-24 13:09) wrote:

There's an issue located within the "Horde_Variables" class located in  
"framework/Util/lib/Horde/Variables.php" making file uploads impossible.

The constructor makes use of PHP's reserved variable "$_REQUEST" 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'm unfamiliar with the Horde_Variables class and so far have been  
unable to fix the bug on my own.

Maintainer "langralf" might be the guy to take a closer look at this problem.

cu
Roman





More information about the bugs mailing list