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 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 url(filename)
> only). What would be the best way to achieve this with Wicket? I think
> something like the IndexedParamUrlCodingStrategy would be nice (first
> parameter referencing the uploaded archive, second the file), but I think
> this does not work with resources?
>
> Thank you for any help, and for your great framework!
>
> Moritz
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to