http-message icon indicating copy to clipboard operation
http-message copied to clipboard

Create UploadedFilesProcessor class

Open jasny opened this issue 9 years ago • 0 comments

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).

jasny avatar Jan 20 '17 02:01 jasny