Thanks!
In a server-side solution, images are stored by reading metadata from the images and saving the data in tables in SQLITE.
Among other things, a unique identity and save datetime are saved. After a save has been performed, a completion is usually up to date,
which means a search on the save datetime to retrieve the newly stored images, which does not give immediate results,
the fastest to reach them is to log out and log in again! Not pretty.
It is possible to solve in another way 'Save in memory' what I going to do, but I thought that I missed some possible way to do a refresh in the program.