MultipartUploadBundle
MultipartUploadBundle copied to clipboard
Possibility to fetch raw input
Hi,
if the request content is changed using first_part_as_default there is no possibility to fetch the original payload.
Would be great if this would still be available using something like $request->attributes->get('original-content') or similar.