vova07 / yii2-imperavi-widget

Imperavi Redactor widget for Yii 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems when page is not found

paulocoutinhox opened this issue · comments

if (isset($this->settings['imageUpload']) && !isset($this->settings['imageUploadErrorCallback'])) {

Problems when page is not found

When i try upload to invalid url or error 500 url, it shows a alert with message "true". Can you validate for erros 404/500 and show another message?

Thanks.

Fixed in #108