Date: Sat, 24 Jan 2009 20:18:24 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FUpLoadPlugin; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary The *~UpLoad* [[Help:WikiPlugin|plugin]] displays an editbox and two buttons. The first button let's you choose the file to be uploaded at your local filesystem. The textvalue of this button is localised from your browser. The second "Upload" button actually uploads the given filename to the upload directory. This directory is not browsable, any file there may be accessed by using the "Upload~:" InterWikiMap prefix to the given filename. This way you can easily inline uploaded images. See PhpWiki:InlineUploadedImages == Usage == Arguments __logfile__: local path. Default: "phpwiki-upload.log" The format is currently HTML - a new row per entry - and not log file syntax. __autolink__: Add the uploaded filename to the list of uploaded files at the page. Default: true __page__: The page where the uploaded files are publicly listed, if autolink is true. Default: current page. == Conflicts # The user must be authenticated to be able to upload. # The filename may not end with certain disallowed extensions, to prevent from abuse. # MAX_FILE_SITE is configured by the config.ini option MAX_UPLOAD_SIZE, which defaults to 16MB. Your webserver and php may add another limit. # Already existing uploaded files are NOT overwritten. # Certain internal PHP problems for Windows and Mac OS X have been fixed with 1.3.9. == Example ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]