Summary | File uploads and the Horde_Variables class |
Queue | Horde.org Servers |
Queue Version | Git |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | geber (at) b1-systems (dot) de |
Created | 09/24/2012 (4669 days ago) |
Due | |
Updated | 10/10/2012 (4653 days ago) |
Assigned | 09/24/2012 (4669 days ago) |
Resolved | 10/10/2012 (4653 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Michael Rubinsky
Priority ⇒ 2. Medium
with Horde_Variables? And what with our Git server?
State ⇒ Feedback
Priority ⇒ 1. Low
Assigned to Michael Rubinsky
as far as I can tell, we use the $_FILES variable directly in
Horde_Form.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ File uploads and the Horde_Variables class
Queue ⇒ Horde.org Servers
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
"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