Skip to content

multiple files bugfix #5

Open
deevee15 wants to merge 2 commits into
notihnio:masterfrom
deevee15:master
Open

multiple files bugfix #5
deevee15 wants to merge 2 commits into
notihnio:masterfrom
deevee15:master

Conversation

@deevee15

@deevee15 deevee15 commented Jun 3, 2026

Copy link
Copy Markdown

Before commit if I use files uploading like <input type='file' name='files[]'> I've got incorrect array $_FILES['files[]'] with last uploaded file instead of $_FILES['files'] with whole list of files. Now it's fixed and it will return correct array $_FILES['files'] with full files list.

@deevee15 deevee15 changed the title multiple files bugfix - got rid of array like multiple files bugfix Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant