From: <var...@us...> - 2011-01-07 16:35:49
|
Revision: 7825 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7825&view=rev Author: vargenau Date: 2011-01-07 16:35:43 +0000 (Fri, 07 Jan 2011) Log Message: ----------- Add size and mode arguments Modified Paths: -------------- trunk/pgsrc/Help%2FUpLoadPlugin Modified: trunk/pgsrc/Help%2FUpLoadPlugin =================================================================== --- trunk/pgsrc/Help%2FUpLoadPlugin 2011-01-07 13:39:30 UTC (rev 7824) +++ trunk/pgsrc/Help%2FUpLoadPlugin 2011-01-07 16:35:43 UTC (rev 7825) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Jan 2011 17:32:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,12 +9,10 @@ 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. +* The first button lets 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 == @@ -41,6 +39,14 @@ | **page** | The page where the uploaded files are publicly listed, if autolink is true. | Current page +|- +| **size** +| Size of file input box. +| 50 +|- +| **mode** +| 'actionpage' or 'edit' +| actionpage |} == Notes == @@ -58,6 +64,10 @@ <<UpLoad>> +== See Also == + +* [[PhpWiki:InlineUploadedImages]] + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |