Originally posted by drounding
Would he not need to FTP the entire pdffolder to the website to be a subdir of the acatalog (or a subdir of the siteroot if the document list is on the front page)
<actinic:block php="true"> foreach (glob("pdffolder/*.pdf") as $pdffile) { echo '<br /><a href="' . <actinic:block if="%3cactinic%3avariable%20name%3d%22IsPreviewMode%22%20%2f%3e" >'../pdffolder/' . </actinic:block>basename($pdffile) . '" target="_blank">' . basename($pdffile) . '</a>'; } </actinic:block>
Comment