View Issue Details

IDProjectCategoryView StatusLast Update
0006511mantisbtbugtrackerpublic2009-06-26 12:00
ReporterFredy Assigned Tograngeway  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.0.0rc4 
Summary0006511: Problem with dowloading of uploaded files
Description

Hi, i have serious issue and i have no idea, where could be a problem. Its about downloading of uploaded attachments in issues. For some reason, script just die on the line 79 in file_dowload.php. Its sending of header with content-disposition. Everything above this line pass through.

When i comment this line, content of file is sended as expected inline.

Maybe some weird configuration of webserver. Its running on Apache/2.0.55 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8a PHP/4.4.0.

TagsNo tags attached.

Activities

jlatour

jlatour

2005-12-18 08:22

reporter   ~0011809

Do you have this issue with multiple browsers?
Do you have all PHP warnings enabled, and do any show up in the logs/output?
What about if you replace line 79 with:

file_get_display_name( $v_filename );

(that still won't output the header, but at least traces the problem to either the header or the function call)

Fredy

Fredy

2005-12-18 08:38

reporter   ~0011811

I have tried in Firefox 1.0.7, there is blank page as result. In MSIE 6.0 i got message "The page cannot be displayed".

PHP error reporting is fully enabled, and there is no runtime error. Header is translated right into:

Content-Disposition: attachment; filename="SomeFile.html"

Fredy

Fredy

2005-12-19 04:11

reporter   ~0011816

Maybe this will help...

http://www.sweb.cz/fredy.c/pinfo.html

thraxisp

thraxisp

2006-03-27 19:29

reporter   ~0012422

I think that this is an MSIE 6.0 bug. See http://www.faqts.com/knowledge_base/view.phtml/aid/4906 .

grangeway

grangeway

2008-07-13 10:12

reporter   ~0018420

Fredy,

Is this still an issue in the latest releases?

Paul

grangeway

grangeway

2008-11-30 06:21

reporter   ~0020150

Thank you for taking the time to report a problem with mantis.

Since this problem report was originally made, a number of releases have occured. Additionally no recent feedback has been received on this issue.
It appears that this issue has either been fixed, or may not be a relevant report for the current release.

Unfortunately you are not using the latest version and the problem might already be fixed. Please download the latest release from http://www.mantisbt.org/download.php

If you are able to reproduce this bug in the current release, or have some more information on how this feature could be improved in the current release. Please either change the mantis version on this bug report
to the version you tested and change the status back to "Open", or open a new issue report with more information.

Again, thank you for your continued support and report.