On 10/10/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
One more issue. How should we handle multipart forms?
I mean, what if I have parent form (non-multi part) and nested form that
is multipart. What should we do then?
I can think of two approaches.
a) not allow multi part forms inside other forms, unless the root form
is multi part
Sounds like the best option to me. Or does mixed mode work ok?
Eelco
b) in every form's onAttach
- check if the form is multipart, and if so, make the root form
multipart
- if the root form already is multipart, check it's max upload size
Any other ideas?