dear all,
i am working on a project that displays image in html image tool. i used ajax call to get image data (in bytes) from a handler and display it in image tag using base64string. everything was working fine but suddenly firefox stop displaying images although
handler is retrieving image content perfectly but the ajax call moved to error parameter instead of success parameter after fetching data. i dont know what happened that firefox has stop displaying images. my firefox version is 33.0.3
whereas internet explorer is displaying images as expected.
please guide me that what went wrong although i have not done anything special. perhaps firefox is updated. but this should not be the reason i believe.
unbelievably the request just move to error parameter and when i use ( xhr.responsetext ) parameter in my image tag it displays the image correctly. and status and error says "OK" in developer tool.
thanks.
Go to the complete details ...