HI Paul,
Ok, I'm feeling a little foolishI honestly have no idea what happened,
but it's working now. The page is displayed rather than downloaded, which
is what I want. Sorry fo the total waste of time here.sigh...
Thanks,
-Mark
On Mon, Apr 25, 2016 at 10:28 AM, Paul Libbrecht wrote
Mark,
what causes it to be downloaded is a header called "Content-Disposition".
If it's there and says "attachment" then the browser will present it as
a download, whatever the media type.
If it's not there, the browser will choose what to do depending on what
it supports (png or html: can display
Hi all,
I'm an XWiki newbie. I've written a script that generates an HTML file,
and then I upload it as an attachment to XWiki. When I create a link on
that file, and then click the link, I get the HTML file downloaded by the
browser, rather than displayed.
>From what I've read, this may be cau