Replies: 2 comments 2 replies
-
I believe you can use a “file” url but haven’t played with it. However since CLOG is an http server and has full access to the OS etc not a big deal to give the http server access to anything you want or symbolic access on demand etc |
Beta Was this translation helpful? Give feedback.
1 reply
-
For any noobs wondering, these work: (setf (background-image body) "~/path/path/file.png") Not sure why the local path was not working for me earlier. Thanks for the tip Dr. Botton. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to get confirmation that CLOG only accesses resource files over http/s. I presume it is because of the following event chain:
CLOG <-> js on client <-> online resource files like images, video, etc.
In other words, CLOG does not serve any media files to the client at all, correct? There is no way to access local resources over nfs and hand them over to the js client?
Note: I don't need local file access, http/s only probably makes most sense. Just looking for clarification.
Beta Was this translation helpful? Give feedback.
All reactions