You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i tried to save the form i got error - Notice: Undefined index: dirname in Z:\home\findservice\vendor\zendframework\zendframework\library\Zend\Filter\File\RenameUpload.php on line 267
I think it happend because in RenameValidator::getFinalTarget($uploadData) array has empty "tmp_name" element (or elements).
This issue stretches back nearly 10 years to zendframework/zendframework#7274 - There have been no other issue reports - I think we can consider this as not a bug…
This issue has been moved from the
zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.htmlOriginal Issue: zendframework/zendframework#7274
User: @denchik63
Created On: 2015-02-27T19:21:43Z
Updated At: 2015-11-06T20:46:42Z
Body
Hi everyone.
Form:
InputFilter:
When i tried to save the form i got error -
Notice: Undefined index: dirname in Z:\home\findservice\vendor\zendframework\zendframework\library\Zend\Filter\File\RenameUpload.php on line 267
I think it happend because in
RenameValidator::getFinalTarget($uploadData)
array has empty "tmp_name" element (or elements).Originally posted by @GeeH at zendframework/zend-filter#30
The text was updated successfully, but these errors were encountered: