Skip to content

v1.0.24

Choose a tag to compare

@marcel-maqsood marcel-maqsood released this 26 Apr 12:10
· 12 commits to master since this release

Added:

  • Support for Multipart Forms as their data is sent within $request->getParsedBody() instead of $request->getBody()->getContents().

Our FormHandler is now able th handle 3 types of requests:
AJAX (JSON), Multidata and default POST.