2
votes

i have uploads file in yii2 advance app. but, one problem found. i have uploads file in "backend/web/uploads". but, not access in frontend. so, how to uploads & access file in common directory.

1
show your controller/action code - scaisEdge

1 Answers

0
votes

You can easily access backend/web/uploads from the frontend, you just have to use the @backend path alias.