Closed (fixed)
Project:
FileField
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2007 at 22:42 UTC
Updated:
2 Jun 2008 at 21:44 UTC
The fix for this problem would be to URL encode the filename that gets displayed so the # turns into a %23 when it is accessed in the URL. This was a problem in Internet Explorer 7, and I'm not sure if other browsers had the same problem.
Another fix would be to disallow that character...which seems like a better solution to me! :)
Thanks,
Mac
Comments
Comment #1
sunThis is a Drupal core issue. You definitely should test Transliterate filenames module. Please report back if that module works for you (and mark this issue fixed if it does).
Comment #2
dopry commentedI recommend using transliterate, but doesn transliterate attempt to fix special url characters while doing it's work? I'll try to get the url encode in in the next few days.
Comment #3
dopry commented@mclemmens:
Can you verify this is still an issue after transliterate is installed?
Comment #4
dopry commentedclosed for inactivity.