﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34794	Multiple file upload issue	Waseem Kntar	nobody	"Hello,

I need a multiple file field in a form, so that I saw this section in django docs

https://docs.djangoproject.com/en/4.2/topics/http/file-uploads/#uploading-multiple-files

And the file field is accepting a multiple file now.

The problem appear when I try to get those files by `request.FILES` in the post method, it shows the following (a screenshot):

https://drive.google.com/file/d/1BIgd9mcQIZGf_pUzK4u-BPR56cVnKKEE/view?usp=sharing

To solve this, I just cast request.FILES into a dict, after this I managed to access the attachments list.

But why that happens in the MultiValueDict ?"	Bug	closed	File uploads/storage	4.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
