Hi,
We have a photoupload page where the user can browse
to pickup a photo.
Once photo is picked up in the onChange event, we are calling a Java
script function that executes
document.getElementById("H" + str).src = document.getElementById
(str).value;
to display the photo in the page, for the user to preview.
While this works fine in IE, it does not display the photo/image in
Firefox.
Anybody has any ideas regarding the event or displaying the photo in
Firefox ?
Thanks a lot
Anand
.