-
Notifications
You must be signed in to change notification settings - Fork 18
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
Upload Image #2
Comments
in
in your controller
|
can you teach me? I don't know how to use it...
|
/image/upload: This is your url to upload image file After this line: $image = $request->file('upload'); // get file, You need to upload $image and save it your server. After that, you need to get url of $image(ex: http://app-drug-store.local/uploads/ckeditor-files/97497750_548110366098944_8383231890651348992_n_1607828477.jpg) and file name: ex: 97497750_548110366098944_8383231890651348992_n_1607828477.jpg. Finally, you need push variable to $pram and return response |
My same Issues, but responsive 404 file not found |
Hi
How to upload new image in ckeditor to server?
The text was updated successfully, but these errors were encountered: