ext/__init__.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 08 Sep 2009 21:57:45 +0200
branchstable
changeset 3124 c929360212ca
parent 825 037be200ff47
child 5421 8167de96c523
permissions -rw-r--r--
[forms] fix form enctype handling with inlined forms If an inlined form is added dynamically and contains a file input, the parent form enctype must be set to multiplart/form-data otherwise files won't be uploaded correctly.