Help for this page
<a href='[%IF form.Blob%]?rm=getDBFile&formid=[%form.FormId;ELSE; form +.FileName; END %]' target='_blank'> [% form.FormName %]</a>
sub getDBFile{ my $self = shift; ... $self->header_props(-type => $type, -attachment => $fileName); return $formData; }