Hi, I've got a use case where I need to store and serve static html, js,
css, images, flash videos, and etc from the JCR. The only suggestions I
could find on how to do this come from this article.
http://blogs.adobe.com/dekesmith/2012/05/22/place-simple-html-and-image-files-online-with-crx-and-cq/I've
tried all methods of uploading my static content as described in the
article and have been able to consistently upload my static content to
the JCR. However, the problem that I'm facing is actuall...