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

Zen’s picture

Status: Active » Fixed

I 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

bwynants’s picture

I'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

mr700’s picture

There 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.

bwynants’s picture

Status: Fixed » Closed (fixed)