From: <var...@us...> - 2010-05-07 13:24:06
|
Revision: 7387 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7387&view=rev Author: vargenau Date: 2010-05-07 13:24:00 +0000 (Fri, 07 May 2010) Log Message: ----------- Use Mediawiki table for arguments Modified Paths: -------------- trunk/pgsrc/Help%2FUpLoadPlugin Modified: trunk/pgsrc/Help%2FUpLoadPlugin =================================================================== --- trunk/pgsrc/Help%2FUpLoadPlugin 2010-05-07 13:14:26 UTC (rev 7386) +++ trunk/pgsrc/Help%2FUpLoadPlugin 2010-05-07 13:24:00 UTC (rev 7387) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Fri, 7 May 2010 15:21:10 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,37 +13,51 @@ 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 +[[InterWikiMap]] prefix to the given filename. This way you can easily inline uploaded images. +See [[PhpWiki:InlineUploadedImages]]. -== Usage +== Usage == + {{{ - <<UpLoad>> +<<UpLoad arguments>> }}} -== Arguments -__logfile__: - local path. Default: "phpwiki-upload.log" - The format is currently HTML - a new <tr> 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. +== Arguments == -== Conflicts +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **logfile** +| Local path. The format is currently HTML - a new {{{<tr>}}} row per entry - and not log file syntax. +| phpwiki-upload.log +|- +| **autolink** +| Add the uploaded filename to the list of uploaded files at the page. +| true +|- +| **page** +| The page where the uploaded files are publicly listed, if autolink is true. +| Current page +|} +== Notes == + # 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. +# 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 +== Example == + +{{{ <<UpLoad>> +}}} +<<UpLoad>> + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <var...@us...> - 2014-10-14 16:28:33
|
Revision: 9260 http://sourceforge.net/p/phpwiki/code/9260 Author: vargenau Date: 2014-10-14 16:28:30 +0000 (Tue, 14 Oct 2014) Log Message: ----------- Remove size argument Modified Paths: -------------- trunk/pgsrc/Help%2FUpLoadPlugin Modified: trunk/pgsrc/Help%2FUpLoadPlugin =================================================================== --- trunk/pgsrc/Help%2FUpLoadPlugin 2014-10-14 12:20:10 UTC (rev 9259) +++ trunk/pgsrc/Help%2FUpLoadPlugin 2014-10-14 16:28:30 UTC (rev 9260) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:57 +0000 +Date: Tue, 14 Oct 2014 18:26:49 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FUpLoadPlugin; @@ -38,10 +38,6 @@ | 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |