using i18n characters in url of image tag does not display the image
Posted
by user363171
on Stack Overflow
See other posts from Stack Overflow
or by user363171
Published on 2010-06-10T06:58:07Z
Indexed on
2010/06/10
7:03 UTC
Read the original article
Hit count: 147
html
I am using the image tag as
the path /data/image/image.txt does exists.
and it displays the image also.
but when i introduce some i18n characters in the path lets say
it says 404 error image not found, but the path /data/image??/image.txt does exists,
please help me to find the solution for this?
I used the firebug also to see whether the characters are decoded properly or not, in firebug I am able to see the correct characters they are not changed, still it is not able to pick the image.
thanks a lot in advance. Note: I am using tag because it was not allowing me to write the img tab in the post, and i have changed the jif ext to txt.
please consider this.
© Stack Overflow or respective owner