On my network, there is a directory where we have many large images being stored. From my sails app, I would like to be able to show them. The web server is not the same box as the "image store" location. So I would need to show images outside of the assets folder. How can I do this? I don't care if the controller action will manually get the image by filename, or if there is some sort of virtual routing to create a location in the app that points somewhere else. Just need to know how. I couldn't find anything on the webs.
via Dave Semar
No comments:
Post a Comment