Hello,
In a form, I have multiple images. Before saving the record, the image is been saved in a folder named "TransFiles". While saving, I move the image from TransFiles to location to be saved for the record.
For editing a record, when I change the image, it's been changed & saved to TransFiles. While saving also can successfully delete the existing image, save the new image with same name & finally delete the image from TransFiles folder. This all operations are performed perfectly well. In the server's images folder also, I find the newly added image under the name. But the Image control somehow shows the previous image only. On re-starting the app also. After 2-3 events of re-starting the app, it shows the new image.
What cna be the reason for this ? The image is being stored in cache for that control or what ! How to show the proepr image that's on the server on the Image control ??
Any help is highly appreciated.
Thanks