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
Undefined array key 0 in /var/www/abc-/vendor/pecee/simple-router/src/Pecee/Http/Input/InputHandler.php on line 163 when mulptile file upload e.g images[id][]
#717
Open
bilalicup opened this issue
Jul 7, 2024
· 1 comment
when uploading multiple files e.g images[attributeId][]
throwing exception on line no 163 in InputHandler.
get data from $original['name'][$key] which is incorrect becuase $key assume is 0,1,2, key in id(attributeID)
input field
<input type="file" id="{{ $fieldId }}" name="attributeFiles[{{$attribute->id}}][]" multiple
{{ $isRequired ? 'required' : '' }} class="filepond filepond-input-multiple attribute{{ $attribute->id }}">
No description provided.
The text was updated successfully, but these errors were encountered: