A
Amit Jain
Hi All,
I want to display user image on one form (like user profile page). I
have to option as metion below:
1. Store image with its relative path in table column.
2. Store image in DB itself using blob as column data type.
But each method hs its own drawback
In first solution when we are using relative path it use OS level
search using relative path which is a native call.
In second method DB size will grow like any thing.
I am confuse and not able to decide which approch will be good. I
request you all to suggest me I should go with which approach also
suggest if there is other way as well.
Thanks and regards, amit J.
I want to display user image on one form (like user profile page). I
have to option as metion below:
1. Store image with its relative path in table column.
2. Store image in DB itself using blob as column data type.
But each method hs its own drawback
In first solution when we are using relative path it use OS level
search using relative path which is a native call.
In second method DB size will grow like any thing.
I am confuse and not able to decide which approch will be good. I
request you all to suggest me I should go with which approach also
suggest if there is other way as well.
Thanks and regards, amit J.