Help for this page

Select Code to Download


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