Hi,
Customers are asking if we can remember the location they last used when performing a “Load media” on an element of type “IMAGE_MEDIA”.
This should be no problem and is a very valid question but I cannot find a way or setting to do this in Servoy.
Does anyone know how to achieve this?
Thx
Hi,
use the file plugin instead, where this is actually possible.
So disable the image_media type element to be editable, then via a separate button execute the function that will do the same thing, but via the file plugin.
Hope this helps
Hi, i use oracle 12c, and have a column is defined how BLOB, i use a Servoy Default media, in properties, assign dataprovider and name, the oracle table column name (BLOB)
If through of oracle sql developer, load the image en BLOB Field, this work fine!; but in Servoy when update data with databaseManager.Savedata(); only the BLOB column not added or change.
exists other method for write a oracle BLOB column?
Best Regards,