[html-formfu] Processing a query
Benjamin Martin
benmartin at venda.com
Tue Jun 7 08:18:45 GMT 2011
Hello All,
I am using formfu with Dancer, something like so:
$params = params();
$formfu->process( $params );
$params is a simple hashref of form name/values.
I now want to process file uploads.
Is there a way to include uploads in the $params hash?
Will I have to construct something that simulates a CGI object and pass
that to the $formfu->query( ... )? ... if so, are there any
pointers/example you can provide.
Many thanks for any pointers/advice,
-Ben
More information about the HTML-FormFu
mailing list