Uploaded files cannot be downloaded with MSIE 6. However, "normal" attached files through the upload module can be downloaded.
When uploading a pdf, it returns a 404 not found error.
When uploading a doc, it returns the error shown in the attachment.

CommentFileSizeAuthor
error_0.gif7.13 KBAnonymous (not verified)

Comments

jpetso’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please test if this issue still applies to filefield 2.x?

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Fixed

Works like it should now.
Thanks!

Changed status to fixed.

Joep

Anonymous’s picture

Status: Fixed » Closed (fixed)
Anonymous’s picture

Status: Closed (fixed) » Active

I have set it back to active. This is still a problem if there is a ssl connection.
See issue: http://drupal.org/node/163445.
Solution ???: http://drupal.org/node/18565#comment-260657

Joep

amitaibu’s picture

I think it might be related:
When file system is public the URL is:
http://localhost/XXX/files/3/temp file.txt
and the error I get is

The XML page cannot be displayed 
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. 

when private, the URL is ok (notice the + sign):
http://localhost/XXX/files/3/temp+file.txt

dopry’s picture

Status: Active » Closed (fixed)

1.x is no longer supported.