Hi!, thanks for adding Catalyst::Request::Upload methods !

Did you experiment something like my other issue?


* If I put the constraint "required" on a file field then
form->submitted_and_valid is always false, but the form->param and
$c->req->upload gave the file element ok!.
My yml description looks like this (I stripped aditional fields)

indicator: submit
auto_fieldset: { legend : 'Song data' }
elements:

     - type: File
       name: songfile
       label: MP3/OGG File
       constraints:
         - Required

     - type: Submit
       name: submit
       value: Save song


I don't know how to make a test case on this :(

Cheers,
Diego


_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to