Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image upload not working #4

Closed
engrashid opened this issue Nov 18, 2014 · 2 comments
Closed

image upload not working #4

engrashid opened this issue Nov 18, 2014 · 2 comments

Comments

@engrashid
Copy link

field($model, 'information')->widget(CKEditor::className(),[ 'editorOptions' => [ 'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать 'inline' => false, //по умолчанию false, 'filebrowserUploadUrl'=>Yii::$app->getUrlManager()->createUrl('dashboard/test') ], ]);?>

with above code snippet i got bad request in ajax call.

@MihailDev
Copy link
Owner

I do not know how you make Ajax call
can you give me your controller, model and view files

@engrashid
Copy link
Author

i am not making ajax call .when i click send to server button an ajax call triggered .
I tried to place my url in this call by supplying value to filebrowserUploadUrl property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants