-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access uploaded files via
env.params.files
.
Kemal parses the body and makes uploaded files available when accessing `params`. There's no need to independently parse the form data. Remove a check for the upload request path that served as a guard against invoking `params`, which then made it impossible to access and parse the form data.
- Loading branch information
1 parent
1e5434f
commit ae321b7
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters