-
Notifications
You must be signed in to change notification settings - Fork 349
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
Relative or Absolute URL passed to CKEditor? #436
Comments
You can provide both relative or absolute urls. It will work as expected :
|
What I'm asking is, does Filemanager return an absolute or relative URL back to something like CKEditor? |
the FM returns a relative path, but this can be changed by specifying |
Thanks. baseUrl is set to "false" by default, but you would want to set it to a absolute URL, if you want to utilize it (instead of say, "true") |
setting it to |
I'm having trouble figuring this out - is a relative or absolute URL passed to something like CKEditor when you hook up Filemanager to CKeditor via CKeditor's config.filebrowserImageBrowseUrl (and friends)
I'm noticing it's site root–relative, so if my site is at http://example.com and I'm uploading files into
http://example.com/file_uploads/
CKeditor is receiving:
/file_uploads/my_image.jpg
Is that the correct behavior? I could have sworn in previous versions of Filemanager it would give back an absolute URL. Is there a way to change this behavior? I couldn't find anything that looked like what I was looking for in the docs.
The text was updated successfully, but these errors were encountered: