I have a dynamically created image labeled:
stories & critiques.jpg
I have use url encode on it when saving it, and it is stored on the server
as:
stories+%26+crtitiques.jpg
[snip]
If I just put the path into the browser directly it also 404's
If I rename the file in any way that removes the % it
Okay - looks like you are using a weird character mapping.
Let's be clear about the names of encoding standards, so we don't get
confused. There is no such thing as "ASCII 0222". ASCII characters are seven
bits wide. Period. Their range is hex 00 to 7F. Anything outside of that
range is, by defi
2 matches
Mail list logo