My question is what am I doing that headers aren't being sent?$r->err_headers_out->{'Content-Disposition'} ="attachment; filename=\" +$csv_file\""; $r->headers_out->{'Content-Disposition'} ="attachment; filename=\"$c +sv_file\""; $r->headers_out->{'ABZZ-Disposition'} ="attachment; filename=\"$csv_ +file\""; $r->content_type('text/csv'); $r->set_content_length([stat $csv_fh]->[7]); $r->rflush(); And then send the file via this: $r->sendfile($pdf_file);
In reply to Headers not being sent with mod_perl2 by smithd77
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |