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
some bugs : the delete url just work at single domain .
your code at uploadAction 128 line.
$output[$this->responseDeleteUrlParam] = Url::to([$this->deleteRoute, 'path' => $path]);
Maybe can update
The text was updated successfully, but these errors were encountered:
Anyway, you can extend the action class and implement your own solution to handle this multi-domain scenario. And maybe even send us a PR with some suggestions.
XzAeRo
transferred this issue from yii-starter-kit/yii2-starter-kit
Jan 22, 2019
like:
upload url : http://api.xx.com/file/upload
at www.xx.com .user upload image with uploadKit widget,the upload url :http://api.xx.com/file/upload
some bugs : the delete url just work at single domain .
your code at uploadAction 128 line.
$output[$this->responseDeleteUrlParam] = Url::to([$this->deleteRoute, 'path' => $path]);
Maybe can update
The text was updated successfully, but these errors were encountered: