From: <var...@us...> - 2015-02-11 14:54:54
|
Revision: 9522 http://sourceforge.net/p/phpwiki/code/9522 Author: vargenau Date: 2015-02-11 14:54:51 +0000 (Wed, 11 Feb 2015) Log Message: ----------- MAX_FILE_SITE --> MAX_FILE_SIZE Modified Paths: -------------- trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin trunk/pgsrc/Help%2FUpLoadPlugin Modified: trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin 2015-02-11 13:32:57 UTC (rev 9521) +++ trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin 2015-02-11 14:54:51 UTC (rev 9522) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:52 +0000 +Date: Wed, 11 Feb 2015 15:54:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Hilfe%2FHochLadenPlugin; @@ -38,7 +38,7 @@ # 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. +# MAX_FILE_SIZE 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 MacOSX have been fixed with 1.3.9. Modified: trunk/pgsrc/Help%2FUpLoadPlugin =================================================================== --- trunk/pgsrc/Help%2FUpLoadPlugin 2015-02-11 13:32:57 UTC (rev 9521) +++ trunk/pgsrc/Help%2FUpLoadPlugin 2015-02-11 14:54:51 UTC (rev 9522) @@ -1,4 +1,4 @@ -Date: Mon, 3 Nov 2014 15:32:08 +0000 +Date: Wed, 11 Feb 2015 15:53:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FUpLoadPlugin; @@ -8,8 +8,8 @@ The **~UpLoad** [[Help:WikiPlugin|plugin]] displays an editbox and two buttons. * The first button lets you choose the file to be uploaded at your local filesystem. The text value 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~:" +* 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. == Usage == @@ -47,7 +47,7 @@ # 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_SIZE 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. == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |