You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I start to deploy an app based on Yiinatializr-intermediate and it's been working fine but I've come across this issue.
Backend users will add articles and upload images. I created folder upload in site
directory do I have
upload
frontend
common
backend
I'm able to upload pictures to upload folder from backend app but I can't display it in frontend
I start to deploy an app based on Yiinatializr-intermediate and it's been working fine but I've come across this issue.
Backend users will add articles and upload images. I created folder upload in site
directory do I have
upload
frontend
common
backend
I'm able to upload pictures to upload folder from backend app but I can't display it in frontend
return no image
in Firebug console I get
The image is of course there
return my basePath
Hope this could help you help me :)