Yes, writing a servlet that streams a file is easy. But I was looking for a
way to do this using JSPWiki's infrastructure - hence my mentioning of
DynamicAttachments, even though that seems not to be the right approach due
to its non-persisted nature.
> Is there any other way to stream files?
ServletResponse.getOutputStream().write()
Am Mi., 10. Juli 2024 um 18:21 Uhr schrieb Ulf Dittmer
:
>
> How would I implement to stream a file that is not a page attachment? I'm
> implementing an image upload and retrieval facility, and need to display a
>