You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Dealing with uploaded files requires quite a bit of logic, which is now all just in the ServerRequest. We should create an UploadedFilesProcessor class which deals with this.
By default, the class should create an UploadedFilesProcessor object, but is should be possible to set your own using something like $request->withUploadedFilesProcessor($processor).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dealing with uploaded files requires quite a bit of logic, which is now all just in the
ServerRequest
. We should create anUploadedFilesProcessor
class which deals with this.By default, the class should create an
UploadedFilesProcessor
object, but is should be possible to set your own using something like$request->withUploadedFilesProcessor($processor)
.The text was updated successfully, but these errors were encountered: