Page 1 of 1

Load media on IMAGE_MEDIA from last used location

PostPosted: Wed Jul 05, 2017 9:48 am
by developers10
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

Re: Load media on IMAGE_MEDIA from last used location

PostPosted: Thu Jul 06, 2017 12:31 am
by mboegem
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

Re: Load media on IMAGE_MEDIA from last used location

PostPosted: Sat Mar 17, 2018 12:09 am
by joseluis.clausen
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,