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 one or more files are sent using a file input with a "simple" name, the Files class contains a normalized array, where each leave is a (so called) target array.
If this get fixed, this will be a breaking change for current implementations.
(if you need assistance fixing this, maybe you can setup a 3.x branch for me as a starting point for development)
The text was updated successfully, but these errors were encountered:
proggeler
changed the title
Files initialization does not normalizes the _FILES array completely
Files initialization does not normalize the _FILES array completely
Feb 18, 2021
When one or more files are sent using a file input with a "simple" name, the Files class contains a normalized array, where each leave is a (so called) target array.
When the name of the file input references an array key, I would expect all leaves are a target to.
That is not true, it stores the data as follows:
I would expect this to be:
If this get fixed, this will be a breaking change for current implementations.
(if you need assistance fixing this, maybe you can setup a 3.x branch for me as a starting point for development)
The text was updated successfully, but these errors were encountered: