Skip to content
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

Parse multipart/form-data from PUT - Issue 16271 #16387

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

sinbadxiii
Copy link
Contributor

Hello!

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I have updated the relevant CHANGELOG
  • I have created a PR for the documentation about this change

I added parsing of multipart/form-data from PUT Request, while it is just private method and then it can be used for different cases maybe

Thanks!

@niden
Copy link
Member

niden commented Jul 28, 2023

Outstanding. Thank you @sinbadxiii

@niden niden merged commit 60cf4ae into phalcon:5.0.x Jul 28, 2023
38 checks passed
@niden niden added 5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium labels Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getPut() doesn't parse if HTTP Method is PUT and request data is encoded as form-data
2 participants