[html-formfu] File element issues

Diego Kuperman diego at freekeylabs.com
Fri Jan 11 18:45:43 GMT 2008


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




More information about the HTML-FormFu mailing list