﻿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
13255	HTML5 Multiple File upload support	Jari Pennanen	nobody	"Django backend does not support multiple file field in HTML5, currently implemented by Chrome. 

Here is excerpt of HTML5 how it is done:
{{{
<form action='#' method='post' enctype='multipart/form-data'>
  <input name='uploads' type=file multiple>
  <input type='submit'>
</form>
}}}

I have not tested what happens in Django when using above, but nevertheless there should be new ''form fields'' and ''model fields'' for this.

More details see [http://rakaz.nl/2009/08/uploading-multiple-files-using-html5.html blog post uploading multiple files using html5] and [http://www.w3.org/TR/html5/forms.html#file-upload-state W3 File Upload State].
"		closed	Forms			duplicate	html5	Jari Pennanen	Unreviewed	0	0	0	0	0	0
