[pmwiki-users] Direct me to a Cookbook that uses markup that takes an uploaded attachment as a parm

Simon nzskiwi at gmail.com
Mon Sep 4 04:16:19 CDT 2017


Is it possible for a recipe to call the function LinkUpload directly?

____
http://kiwiwiki.nz

On 3 April 2017 at 06:10, Petko Yotov <5ko at free.fr> wrote:

> On 31/03/2017 17:29, ccox at endlessnow.com wrote:
>
>> I wanting to do something in a recipe in php that takes in an argument
>> of Attachment or Group/Attachment or Group/Page/Attachment
>>
>> In particular needs to support the latter (down to uploads per
>> page).  I just want to make sure I code it "right".
>>
>
> There are cookbook recipes but wouldn't you rather study from the original?
>
> The scripts/upload.php file has the function LinkUpload().
>
> Its $path argument contains File.ext or Group/File.ext or
> Group/Page/File.ext or even Group.Page/File.ext.
>
> Look how $pagename is derived from that, and $filepath becomes the actual
> path to the disk file if you need to manipulate it. At the end, $path
> becomes the URL to the file that will be sent to the browser.
>
> Petko
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20170904/d2ab236c/attachment.html>


More information about the pmwiki-users mailing list