[Pmwiki-users] Upload new extensions

Patrick R. Michaud pmichaud
Fri Oct 15 18:51:03 CDT 2004


On Sat, Oct 16, 2004 at 12:31:10AM +0200, Pierre Rouzeau wrote:
> 
>    Hello,
>    How can i add new extensions to be uploaded ?
>    I have tried  the following :
>    $UploadExts = "'dxf' => 'image/x-dxf'";
>    and
>    $UploadExts = "\'dxf\' => \'image/x-dxf\'";
>    with no success .

In PmWiki 2:

   $UploadExts['dxf'] = 'image/x-dxf';

Added as http://www.pmwiki.org/pmwiki2/pmwiki.php/Cookbook/UploadTypes .

Pm





More information about the pmwiki-users mailing list