what is the best way to construct an image table in which each user has his own photo album. what I did so far is create a user table with id, username, name etc. fields. I am confused how to construct the image table which will contain all the photos of the users.
any suggestions
byte[]if it is possible. Then you just take the file stream and place it in a variable. After that you can use inside the image tag src attribute base 64 encoding. so that way your server script doesnt have to do any processing! This link may help you out!