Quote from Deleted user on April 3, 2019, 7:12 pm
@s7shanbe
Please share a sample project so that we can try to reproduce it/fix it.
Side notes:
Note 1:
Also, do you have any special reason to store the image in database? In my opinion, images are in-compressible(1MB image might even take 1.2 MB space depending on the database) & non-relational(you can't search strings or establish relation between two images) so, storing in database doesn't give any special benefit.
Solution: You can store the images in a folder & only keep record of their filenames in database.
Note 2:
BTW, please check my reply at your previous thread & confirm if its working https://visualneo.com/forum/topic/create-a-hardware-lock
Also check:
https://visualneo.com/forum/topic/web-browser#postid-932
@s7shanbe
Please share a sample project so that we can try to reproduce it/fix it.
Side notes:
Note 1:
Also, do you have any special reason to store the image in database? In my opinion, images are in-compressible(1MB image might even take 1.2 MB space depending on the database) & non-relational(you can't search strings or establish relation between two images) so, storing in database doesn't give any special benefit.
Solution: You can store the images in a folder & only keep record of their filenames in database.
Note 2:
BTW, please check my reply at your previous thread & confirm if its working https://visualneo.com/forum/topic/create-a-hardware-lock
Also check:
https://visualneo.com/forum/topic/web-browser#postid-932
CDY@44 has reacted to this post.