如何在frontend使用Url::to(),获得带backend的url? [ 2.0 版本 ]
RT,yii2-starter-kit框架下,想在前端上传文件存储到storage,在frontend下视图中执行如下代码:
Upload::class,
[
'url' => ['/file/storage/upload'],
'maxFileSize' => 10000000, // 10 MiB
]);
?>
Upload组件执行后得到的path是:http://localhost/ofc/frontend/web/index.php/file/storage/upload?fileparam=_fileinput_w1
如何能得到backend的path:http://localhost/ofc/banckend/web/index.php/file/storage/upload?fileparam=_fileinput_w1
请各路大神指点12..
共 0 个回答
没有找到数据。
amrozhou
注册时间:2015-02-25
最后登录:2021-06-03
在线时长:96小时32分
最后登录:2021-06-03
在线时长:96小时32分
- 粉丝26
- 金钱32351
- 威望40
- 积分33711