<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You can get some way towards this by replacing,<br>
in Site.PageActions the action=Upload<br>
with a link to a page you create which includes<br>
(:attachlist {$FullName}:)<br>
<br>
See <a class="moz-txt-link-freetext" href="http://pmwiki.org/wiki/Test/UploadForm">http://pmwiki.org/wiki/Test/UploadForm</a><br>
Unfortunately it appears the parameter to Attachlist is either * or a
GroupName.<br>
A simple change might be to add a name= parameter (and group =)
parameter to the attachlist.<br>
.<br>
cheers<br>
<br>
Simon<br>
<br>
See also <a class="moz-txt-link-freetext" href="http://pmwiki.org/wiki/PmWiki/PageDirectives#attachlist">http://pmwiki.org/wiki/PmWiki/PageDirectives#attachlist</a><br>
<br>
<br>
Patrick R. Michaud wrote:
<blockquote cite="mid:20070530172946.GB23637@host.pmichaud.com"
type="cite">
<pre wrap="">On Wed, May 30, 2007 at 03:21:02PM +0300, Mildiner, Melvyn wrote:
</pre>
<blockquote type="cite">
<pre wrap="">When I click "Attach" I'm shown a list of all attachments for the group.
I'd rather see just the attachments for the specific page that I'm on,
is that possible?
</pre>
</blockquote>
<pre wrap=""><!---->
At the moment, no, but it's an excellent idea. I'll have to
incorporate this into my designs somehow...
Pm
_______________________________________________
pmwiki-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>
<a class="moz-txt-link-freetext" href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a>
</pre>
</blockquote>
<br>
</body>
</html>