Serving CSS directories

2010-03-06 Thread M. Hammer
Hi all, I want to give my users a way to upload an archive containing CSS and images, and use it to skin their own views. In the CSS, the images need to be referenced relative to the CSS file (e.g., if the archive does not contain subdirectories, all the images should be referenced by

Re: Serving CSS directories

2010-03-06 Thread Igor Vaynberg
you can use a simple servlet to stream the contents of a directory where the uploads are put. -igor On Sat, Mar 6, 2010 at 12:18 AM, M. Hammer nab...@hammer-tour.com wrote: Hi all, I want to give my users a way to upload an archive containing CSS and images, and use it to skin their own