Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c1fc6437

Von Udo Spallek vor fast 18 Jahren hinzugefügt

  • ID c1fc643715daab0d9aff2358d4a793715edb8770
  • Vorgänger e492c53b
  • Nachfolger aa1102e9

parse_template erweitert um die Mgl. einen Dateinamen ($form->{attachment_filename}) fuer
das Attachmentfile anzugeben, der anders ist als $form->{tmpfile}

Unterschiede anzeigen:

SL/Form.pm
868 868
          open(OUT, $self->{OUT})
869 869
            or $self->error($self->cleanup . "$self->{OUT} : $!");
870 870
        } else {
871

  
871
          $self->{attachment_filename} = $self->{tmpfile} if ($self->{attachment_filename} eq '');
872 872
          # launch application
873 873
          print qq|Content-Type: | . $template->get_mime_type() . qq|
874
Content-Disposition: attachment; filename="$self->{tmpfile}"
874
Content-Disposition: attachment; filename="$self->{attachment_filename}"
875 875
Content-Length: $numbytes
876 876

  
877 877
|;

Auch abrufbar als: Unified diff