質問

I have created a app in php. How i can save the profile pictures of the users? Will that be a good idea to save them in db using base64 encode.

正しい解決策はありません

他のヒント

upload them on the server and save the path on the database

Store images in your server and store the path to images in the database. This will reduce extra overload on database server.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top