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
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Noticed this too - diactoros is allowing single dimension arrays of files (i.e image[0]) and named indexes (i.e image[my-image]) but not multi-dimensional arrays (i.e image[0][file], image[slide][0][image][4]) which are legal names for file upload elements.
There's a problem in 1.8.0 with nested file uploads for e.g.:
Then,
createUploadedFile()
is called with that array:In version 1.7.2 nested files are correctly parsed
The text was updated successfully, but these errors were encountered: