I have an upload image process that allows users to change their photo
for their record - I want to replace the image on screen as soon as
the new photo is uploaded.

The photo name is constant so the new image does not refresh. Flex
does not recognized it as a new image "source" since the URL is the same.

I clear the image using image.source = '' while the new photo is
uploaded then once the upload is complete I re-call
image.source="http://mydomain.com/myimage.jpg"; with no luck. Is there
a simple solution to clear this image from memory ?

Reply via email to