I have two meteor projects on one server. On the first one the user uploads images to a folder outside of the meteor project using https://github.com/tomitrescak/meteor-uploads. Now I need a way to access these images from the second meteor project.
How would I go about accessing images/files outside of the meteor project's public folder.
Thank you, Klai