RE: Sending binary files within Embperl

2000-04-02 Thread Gerald Richter
Hello, > > I use pdflib for generating a pdf-File inside a embperl-page. > After the file is created I want to send it to the browser. > Setting the content-type with $http_headers_out{'Content-Type'} > works fine. > > But Embperl breaks the binary content of the pdf-file. > $escmode = 0; > isn't

Sending binary files within Embperl

2000-04-02 Thread Martin Stingl
Hello, I use pdflib for generating a pdf-File inside a embperl-page. After the file is created I want to send it to the browser. Setting the content-type with $http_headers_out{'Content-Type'} works fine. But Embperl breaks the binary content of the pdf-file. $escmode = 0; isn't enough I guess.