View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005343 | mantisbt | bugtracker | public | 2005-03-15 13:53 | 2005-04-18 10:40 |
| Reporter | russ | Assigned To | thraxisp | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.0.0a1 | ||||
| Summary | 0005343: File download does not use filename in Konqueror / download script should set disposition type | ||||
| Description | The Konqueror web browser does not use the filename set by file_download.php. It appears the Content-Disposition header is incomplete. Refer to RFC 1806 for more information on Content-Disposition header for internet messages ( http://www.faqs.org/rfcs/rfc1806.html ). From RFC 1806:In the extended BNF notation of [RFC 822], the Content-Disposition
Adding the disposition type fixes the problem in Konqueror 3.4. I did not test other versions. file_download.phpOLD: This is from an older version of mantis. I believe the line would be like the following in the newest version. header( 'Content-Disposition: attachment; filename="' . file_get_display_name( $v_filename ) . '"' ); | ||||
| Tags | No tags attached. | ||||