web/test/jstests/ajaxresult.json
author |
Aurelien Campeas <aurelien.campeas@logilab.fr> |
|
Mon, 24 Jun 2013 19:00:40 +0200 |
changeset 9147 |
01124cfd4b1f |
parent 8879 |
982a49239420
|
child 10415 |
78d8a49a46b6 |
permissions |
-rw-r--r-- |
[etwist] fix handling of multiple files per field
html5 permits multiple files uploads, which can be expressed as::
<input type='file' multiple='multiple' />
This changeset avoids previous crash. Nothing is changed when a single file is
uploaded (backward compat is thus preserved). When multiple files are uploaded
for a single html input tag, the corresponding web request form key receives a
list of tuples like [('filename-1', IStream1), ('filename-2', IStream2), ...].
closes #2847207.
5658
7b9553a9db65
[ajax] refactor/cleanup low-level ajax functions
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff
changeset
|
1 |
['foo', 'bar'] |