-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Added more tests for UploadedFiles #1920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| // array of files as multidimensional array: <input name="avatars[]" type="file"> | ||
| [ | ||
| // $_FILES array | ||
| [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$_FILES doesn't look like this at all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore me - I'm thinking of the case where the name is foo[bar][]… see https://github.com/php-fig/fig-standards/pull/746/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ignore @akrabat
No description provided.