I am using http://www.phpletter.com/Demo/AjaxFileUpload-Demo/
It work very well, but I run into a problem i have it return the value
of the new uploaded image after it rename in the server, I found my
display problem but i have no clue how to get around it.

the element on the page ajax return is $('#preview').attr("src",
data);
but data instead of being
            "/maui/members/members_998_28.jpg"
it show up as
            "/maui/members/members_998_28.jpg"
and that why it can't be found on the server. my page use utf-8 (a
const for multi-language web site)

Sincerely for your help !-)

Reply via email to