문제

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