by MonkeybreadSoftware » Tue Mar 16, 2010 2:49 pm
Well, how could we do that without you doing it?
You as the database developer can make your tables organized in the way that you save versions of images.
The plug-in has no way to store a backup.
I can suggest you organize your image table like this:
A string field for the filename, a container field for the image data and a number field for the version number.
Now if you show image named x, you go and pick the one with the highest version number.
If the user modifies an image, you create a new record and save the new image.
For an undo, you would delete the newest record.
Okay?
Maybe I have time to make a sample if needed.
Greetings
Christian