Closed (fixed)
Project:
Drupal core
Version:
4.6.3
Component:
upload.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2005 at 19:50 UTC
Updated:
12 Jan 2006 at 12:04 UTC
It looks like the upload module has problems when I add something to a post that contains spaces. I have noproblems downloading the attachment but it looks like the users on a PC have a problem downloading these files.
I requested a user for more info and he said he was using windows xp professional.
type pagina niet gevonden
Datum Dinsdag, Oktober 18, 2005 - 18:43
Gebruiker Annoniem
Locatie /files/technische%2520informatie%2520beker%2520van%2520kamp.doc
Bericht /files/technische informatie beker van kamp.doc niet gevonden
strengheid waarschuwing
Hostnaam xx.xx.xx.xx
When I remove the spaces there are no problems.
Anyone any clue?
Bert
Comments
Comment #1
Zen commentedI just tested this on HEAD, all on Win XP Pro:
-Created a test file named "technische informatie beker van kamp.doc"
-Uploaded file - successful
-Downloaded file - successful
-Logs - no error.
Marking as fixed.
Thanks
-K
Comment #2
bwynants commentedI'm still not sure what caused or causes it. I think it's weired that there is a %2520 in the link. must be combined with locale. When I look at the link I see %20.....
I was never able to reproduce this on XP or Win2003. I only noticed people had/have problems with it.
bert
Comment #3
mr700 commentedThere are some similar reports in the net. The cases were: windows XP bug (got updated?), twice escaped "%20" (% -> %25 => %20 -> %2520 in some php projects and wget) and even java bug (jre-X.X). Ask these users to update, should work.
PP: I saw such string in the logs from one of our editors (only one, IE6/XP user) with tinymce, but never with our visitors.
Comment #4
bwynants commented