Summary | oversize zip files |
Queue | Ansel |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | mdjukic (at) |
Created | 08/15/2004 (7606 days ago) |
Due | |
Updated | 05/30/2005 (7318 days ago) |
Assigned | 08/23/2004 (7598 days ago) |
Resolved | 05/30/2005 (7318 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ oversize zip files
Queue ⇒ Ansel
uploaded, there is no error message or indication to the user what is
wrong. This is because getInfo() the 'file' var type in Horde_Form
does not load anything into the $info if the upload generates anything
other than === true, and returns a NULL without generating any error
message anywhere.
What about doing the max upload size check in the validation part of
Horde_Form?