Roundup Tracker - Issues

Issue 992544

classification
wish: download files from issues
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : a1s, dubois, qual, richard
Priority: normal :

Created on 2004-07-16 20:11 by dubois, last changed 2004-07-20 02:06 by richard.

Messages
msg1370 Author: [hidden] (dubois) Date: 2004-07-16 20:11
Using the 'classic template' one can click on a link to
view a file attached to an issue, but a typical 'save
target as' does not work; one is told the link does not
exist. If one does not have the intended processing
tool such as Word on the browsing machine, there
appears to be no meaningful way to proceed. 
msg1371 Author: [hidden] (richard) Date: 2004-07-17 00:29
Logged In: YES 
user_id=6405

I have no idea why "save target as" wouldn't work as the URL to 
the file is not special in any way. What browser are you using? 
 
Could you paste the actual URL that Roundup is generating for 
the file download here? 
msg1372 Author: [hidden] (a1s) Date: 2004-07-17 07:17
Logged In: YES 
user_id=8719

what is the content type of your file?

popular browsers usually display the content that can be
handled by themselves, and open 'save as' dialog for files
they wasn't told to handle.

when you upload a file to roundup, content type is guessed
on file extension, but you can change that - there is "edit"
link in the issue file list.
msg1373 Author: [hidden] (qual) Date: 2004-07-18 20:15
Logged In: YES 
user_id=337146

for example a xml file with mozilla (1.6b and 1.7.0)
content-type: text/xml
link: /filennn/xyz.xml
msg1374 Author: [hidden] (richard) Date: 2004-07-19 00:01
Logged In: YES 
user_id=6405

Uwe, I'm not sure what you comment is trying to say... 
msg1375 Author: [hidden] (qual) Date: 2004-07-19 10:44
Logged In: YES 
user_id=337146

:-)

if you are using a mozilla browser and use the (right click)
menue 
"save link target as" a dialog shows  up with the message
"The link could not be saved. The web page might have been
removed
or had its name changed." 
This behaviour shows up with text/xml files 

log file of server:

127.0.0.1 - - [19/Jul/2004 12:10:52] code 501, message
Unsupported method
('HEAD')
127.0.0.1 - - [19/Jul/2004 12:10:52] "HEAD
/test_tracker/file149/TEST.XML HTTP/1.1" 501
msg1376 Author: [hidden] (richard) Date: 2004-07-20 02:06
Logged In: YES 
user_id=6405

Huh. That was unexpected. The server responds with error code 
501, as it should, but Mozilla (and IE, it seems) don't care. 
 
HEAD support will be in 0.7.6. 
History
Date User Action Args
2004-07-16 20:11:01duboiscreate