Can a user drag and drop pictures from a folder direct into appropiate fields in the solution.
If yes, does Servoy make/store (72 dpi)previews in the database and keep a path to the (HiRes)originals or what happens.
If yes, is it possible to let Servoy extrakt all the metadata from the original and put it as reference in the solution.
Bert:
Can a user drag and drop pictures from a folder direct into appropiate fields in the solution.
If yes, does Servoy make/store (72 dpi)previews in the database and keep a path to the (HiRes)originals or what happens.
If yes, is it possible to let Servoy extrakt all the metadata from the original and put it as reference in the solution.
Thanks…
Hi Bert,
At this point Servoy doesn’t support any “drag and drop” - but it is on the “wish list.”
Servoy stores ALL media as BLOBS (Binary Large OBjects) INSIDE the database (as binary files). This goes for images in your library (i.e. used on a form or as a button rollover, etc.) - as well as images that are “imported” into the solution (via a method or with a right click on a “media” datatype field).
bcusick:
Servoy stores ALL media as BLOBS (Binary Large OBjects) INSIDE the database (as binary files). This goes for images in your library (i.e. used on a form or as a button rollover, etc.)
Yes, thanks, I knew
as well as images that are “imported” into the solution (via a method or with a right click on a “media” datatype field).
So if a user makes a new record he or she can right-click in a ‘media-field’ and add a picture to the database from his or her own hard-disk somewhere in the network (internet/intranet)?
And can a user take pictures from a database (ctrl-copy) to his or her harddisk if the field is editable just like the way one can take pictures from a website?
Bert, you can right-click on a media-field to store a picture in the database and you can right-click to get a picture from the database to your own disk!