<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px;"><font class="Apple-style-span" face="'times new roman', 'new york', times, serif" size="4"><span class="Apple-style-span" style="font-size: 16px;">hello.</span></font></span></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px;"><font class="Apple-style-span" face="'times new roman', 'new york', times, serif" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></span></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px;"><font
 class="Apple-style-span" face="'times new roman', 'new york', times, serif" size="4"><span class="Apple-style-span" style="font-size: 16px;">I have a file in the same folder than the seaside image (test.pdf) and i want to link the file to an URL.</span></font></span></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px;"><font class="Apple-style-span" face="'times new roman', 'new york', times, serif" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></span></font></div><div>first i create a new class like this:</div><div><br></div><div>WAFileLibrary subclass: #MyFileLibrary</div><div>"blabla"</div><div><br></div><div>and next, i'm trying the fallowing code on a renderContentOn</div><div><br></div><div><div>renderContentOn: html</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>MyFileLibrary addAllFilesIn:
 './'.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>MyFileLibrary addFileAt: 'test.pdf'.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>html image url: (MyFileLibrary urlOf: #testPdf).</div></div><div><br></div><div>the result is i can't link the file and all seems to be frozen and slower than before a ran the code.</div><div><br></div><div>what do i wrong ? do i need to download a library to do this ?</div><div><br></div><div>thanks before</div><div style="position:fixed"></div>


</div><br>




      </body></html>