Re: [html-formfu] Processing a query

2011-06-08 Thread Benjamin Martin
Quick update on this... I ran into problems doing my own QueryType module. (I am sure with abit more time, determination and understanding it could be addressed). For now I managed to work around the problem by using the query_type of 'Catalyst' and constructing my own object to be passed to -

Re: [html-formfu] Processing a query

2011-06-07 Thread Benjamin Martin
thanks Peter. I thought that might be the answer, better get my hacking hat on. :) On 07/06/11 10:38, Peter Shangov wrote: Hi Benjamin, I think the right way to approach this problem would be to write a HTML::FormFu::QueryType::Dancer class. The HTML::FormFu::QueryType namespace exists spe

Re: [html-formfu] Processing a query

2011-06-07 Thread Peter Shangov
Hi Benjamin, I think the right way to approach this problem would be to write a HTML::FormFu::QueryType::Dancer class. The HTML::FormFu::QueryType namespace exists specifically to manage the different ways frameworks handle file uploads. Then you will only have to do:   $params = params();   $