In newer browsers, it's possible to give input elements of type "file"
the "multiple" attribute. That tells the browser to allow more than
one file to be selected in the file chooser. That, in turn, results in
a multi-valued request parameter.

When I try this, however, it doesn't work, a situation which I think
is documented on the wiki.  However that documentation was probably
written before the advent of the "multiple" attribute, so the
painfulness of the situation was not as evident then (and thus the
indexed parameter name solution seemed quite reasonable). There's no
way to fix this however; the browser is completely in charge of
preparing the POST data.

My question is, what is it that would have to be fixed in order to
support "multiple" file parameters?  The web is moving pretty fast
nowadays :-)


-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to