convert_request_to_files_dict
Converts the request.files dictionary to a dictionary of BytesIO objects.
request.files
has the following format, even if only a single file is uploaded:
Note that the dictionary entries are lists.
Signature:
Parameters:
-
request:
- Type
-
Request