I'd like to add an image upload column to my table and have these images stored in the database.
How do I create something like this?
What columns & domains do I have to include, etc.?
I'd like to add an image upload column to my table and have these images stored in the database.
How do I create something like this?
What columns & domains do I have to include, etc.?
Hi Roy,
Couple of columns are needed, one being the upload column and one being the blob (data column).
In this example,
Thanks Mark,
Is there also a way to have a larger image than a small icon? Let's say about 5cm x 5cm?
The original dimensions will be kept if possible, otherwise it will get reduced in size. Uploaded pictures won't be enlarged.
I see. Setting the Field width (px) and the Field height in positions will do the trick.
The original dimensions will be kept if possible, otherwise it will get reduced in size. Uploaded pictures won't be enlarged.
Hi
Can you tell me a bit more about the shrinkage process when reducing the original size? I’ve got this question handed to me since we encountered ‘extremely’ large pictures which significantly reduce performance on the information system.
Can you shed a light on the conditions when it gets reduced, maybe what kind of algorithm you may be using and if I can adjust the conditions when and on what types of upload this can be applied upon? And is this applicable on all the GUI platforms?
Are you referring to size as in file size in bytes? When uploading the original file size is maintained in the database. The preview element will scale the picture according to the aspect ratio's but this will not impact the actual file size on the database.
Are you referring to size as in file size in bytes? When uploading the original file size is maintained in the database. The preview element will scale the picture according to the aspect ratio's but this will not impact the actual file size on the database.
Thanks - I was indeed referring to the actual size in bytes - this is something we’ve noticed we would like to get resized for certain binaries (i.e. pictures and videos). Which as for example is something that whatsapp,facebook,imgur,google does/can do when uploading a fresh photo or video you’ve taken/shot.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.