How to dynamically change Porject Logo with pictures stored in user table |
6/19/2023 11:28:38 AM |
PHPRunner General questions | |
J
jacktonghk authorDevClub member
I have project logo stored in my user table, after login, I would like the project logo be changed according to the user. I saw the Labels::setProjectLogo function, but how can it be down with image stored in database? Thanks. |
|
![]() |
Sergey Kornilov admin 6/19/2023 |
It can be done but it will be much more complicated compared to storing images on the hard drive. |
![]() |
fhumanes 6/20/2023 |
Hello, |
J
|
jacktonghk authorDevClub member 6/20/2023 |
Thank you both!! |