<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BR><BR>Hi,<BR>
&nbsp;<BR>
I am trying to make pdf files available through a (visualworks) seaside app by:<BR>
&nbsp;<BR>
|doc|<BR>
&nbsp;<BR>
doc := Seaside.WACachedDocument fileName: 'apdffile.pdf'.<BR>(html anchor) <BR>
<P dir=ltr style="MARGIN-RIGHT: 0px">&nbsp;&nbsp;&nbsp;&nbsp; url: (html context urlForDocument: doc </P>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mimeType: 'application/pdf'&nbsp; <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileName: 'apdffile.pdf'); <BR>
&nbsp;&nbsp;&nbsp;&nbsp; with: 'Click me'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>
&nbsp;<BR>
This doesn't however handle the pdf right. I suspect I need to do something in<BR>
SeasidePlatformSupport class&gt;&gt;mimeDocumentOfType:&nbsp;from: <BR>
&nbsp;<BR>
but what? How to handle a pdf file? Any suggestions? Thank you<BR>
&nbsp;<BR>
kind regards,<BR>
Eugene<BR><br /><hr />Probeer Live.com: je eigen persoonlijke opstartpagina met alleen de dingen die jij belangrijk vindt op één plek. <a href='http://www.live.com/getstarted' target='_new'>binnen één omgeving.</a></body>
</html>