Revision history for AttachmentInfo


Revision [23472]

Last edited on 2016-05-20 07:38:48 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:AttachmentInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/AttachmentInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:AttachmentInfo Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/AttachmentInfo/revisions
old revisions of this page]] is still available for reference.<<


Revision [21347]

Edited on 2011-02-19 21:16:29 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Deletions:
[[http://essay-for.me/ essay online]]


Revision [21344]

Edited on 2011-02-18 03:07:10 by PeterStone [Replaces old-style internal links with new pipe-split links.]
Additions:
[[http://essay-for.me/ essay online]]


Revision [18041]

Edited on 2008-01-27 02:34:53 by CyneBeald [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:AttachmentInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/AttachmentInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
====Files ====
<<This is the documentation of the ##files## action.
~-For the development page, take a look at FilesAction.
~-For changelog info about the version of the ""{{files}}"" action currently included in Wikka, refer to Mod015fFilesAction.
<<::c::
File management in Wikka is supported by adding the ""{{files}}"" action in a page.
===Requirements===
1) a directory for the files has to exist.
1) the entry ##upload_path## in the ##wikka.config.php## has to match the path for this directory.
1) the web server has to be able to write to the ##upload_path##.
1) to upload files or delete attached files **you must be an admin**.
1) if you're having problems with PHP safe mode try the FilesActionSafeModeWorkaround
===Show or manage attached files===
1) insert the action ""{{files}}"" on a page
1) look at the list to see the files attached to the current page, their size and the date they have been added.
1) filenames in the list become download links
===Upload a file===
You must be an admin to do this!
1) make sure ""{{files}}"" is on the page
1) click on the "Browse..." button to search for a file.
1) select a file on your computer (you can only select one) .
1) the name should appear in the box right next to //add new attachment//.
1) click on the "+".
1) if you can see the file in the list, your upload was successful.
==Upload and use images (with mod_rewrite enabled)==
If you upload an image file with the files action (see above on how to do that) and you have mod_rewrite enabled, you won't see the image when you link to it directly or with the ""{{images}}"" action. There is a solution for that:
1) create one page in which you put the file action. On this page, you should only upload images and no other files
1) upload an image
1) copy .htaccess from the /images directory of wikka into uploads/""YourPagename""
''Since the files (images) in this directory will be accessible now, i.e. you aren't redirected to wikka, it is a bad idea to upload anything else than images on this page.''
===Create a download link===
- insert ""{{Files download="filename" text="descriptive name"}}"" to create a link to download file "filename".
See also **Show or manage attached files** above.
===Download a file===
- click on the name of a file to download it.---
See **Show or manage attached files** or **Create a download link** above for creating download links
===Delete a file===
You must be an admin to do this!
1) make sure ""{{files}}"" is on the page
1) look for the file you want to delete in the list.
1) click on the small "x" before the file.
===Examples===
""{{files}}""
produces:
{{files}}
""{{files download="freemind_sample1.jpg" text="Freemind sample"}}""
produces:
{{files download="freemind_sample1.jpg" text="Freemind sample"}}
CategoryDocumentation


Revision [12040]

Edited on 2005-11-29 00:59:36 by CyneBeald [Added link to FilesActionSafeModeWorkaround]
Additions:
1) if you're having problems with PHP safe mode try the FilesActionSafeModeWorkaround


Revision [8848]

Edited on 2005-06-05 16:10:13 by DarTar [minor]
Additions:
<<This is the documentation of the ##files## action.
File management in Wikka is supported by adding the ""{{files}}"" action in a page.
Deletions:
<<This is the documentation of the files action.
File management in Wikka is supported by inserting the action ""{{files}}"" in a page.


Revision [8847]

Edited on 2005-06-05 16:08:35 by DarTar [minor]
Additions:
<<This is the documentation of the files action.
~-For changelog info about the version of the ""{{files}}"" action currently included in Wikka, refer to Mod015fFilesAction.
File management in Wikka is supported by inserting the action ""{{files}}"" in a page.
""{{files}}""
produces:
""{{files download="freemind_sample1.jpg" text="Freemind sample"}}""
produces:
{{files download="freemind_sample1.jpg" text="Freemind sample"}}
Deletions:
<<
This is the documentation of how to manage files with wikka .
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod015fFilesAction.
You can manage files attached to wikka by inserting the action ""{{files}}"" on a page.
""{{files}}"" =>
""{{Files download="freemind_sample1.jpg" text="Freemind sample"}}"" =>
{{Files download="freemind_sample1.jpg" text="Freemind sample"}}


Revision [8844]

Edited on 2005-06-05 13:50:49 by JavaWoman [minor corrections and clarifications]
Additions:
""{{files}}"" =>
""{{Files download="freemind_sample1.jpg" text="Freemind sample"}}"" =>
{{Files download="freemind_sample1.jpg" text="Freemind sample"}}


Revision [8843]

Edited on 2005-06-05 13:48:55 by JavaWoman [minor corrections and clarifications]
Additions:
===Examples===
Deletions:
===Example===


Revision [8842]

Edited on 2005-06-05 13:48:07 by JavaWoman [minor corrections and clarifications]
Additions:
1) the entry ##upload_path## in the ##wikka.config.php## has to match the path for this directory.
1) to upload files or delete attached files **you must be an admin**.
===Show or manage attached files===
1) insert the action ""{{files}}"" on a page
1) look at the list to see the files attached to the current page, their size and the date they have been added.
1) filenames in the list become download links
===Upload a file===
You must be an admin to do this!
1) make sure ""{{files}}"" is on the page
1) the name should appear in the box right next to //add new attachment//.
1) if you can see the file in the list, your upload was successful.
==Upload and use images (with mod_rewrite enabled)==
If you upload an image file with the files action (see above on how to do that) and you have mod_rewrite enabled, you won't see the image when you link to it directly or with the ""{{images}}"" action. There is a solution for that:
1) create one page in which you put the file action. On this page, you should only upload images and no other files
1) copy .htaccess from the /images directory of wikka into uploads/""YourPagename""
''Since the files (images) in this directory will be accessible now, i.e. you aren't redirected to wikka, it is a bad idea to upload anything else than images on this page.''
===Create a download link===
See also **Show or manage attached files** above.
See **Show or manage attached files** or **Create a download link** above for creating download links
You must be an admin to do this!
1) make sure ""{{files}}"" is on the page
Deletions:
1) the entry ##upload_path## in the ##wikka.config.php## has to have to same name.
1) you must be an admin, to upload files
===Upload a file===
1) the name shopuld appear in the box right next to //add new attachment//.
1) if you can see the file in the list, your upload was sucessfull.
==Upload and use images (with enabled mod_rewrite)==
If you upload an imagefile with the files-action (see above on how to do that) and you have mod_rewrite enabled, you won't see the file. There is a solution for that:
1) create one page in which you put the file-action. On this page, you should only upload images and no other files
1) copy .htaccess from the /images directory of wikka into uploads/YourPagename
''Since the files (images) in this directory will be accessible now, i.e. you aren't redirected to wikka, it is a bad idea to upload anything else then files on this page.''
===Show files===
1) look at the list to see the files attached to wikka, their size and the date they have been added.
or


Revision [7232]

Edited on 2005-04-13 17:13:18 by NilsLindenberg [+adminstatus requiered]
Additions:
1) you must be an admin, to upload files


Revision [7227]

Edited on 2005-04-13 15:48:25 by NilsLindenberg [note on uploading images]
Additions:
==Upload and use images (with enabled mod_rewrite)==
If you upload an imagefile with the files-action (see above on how to do that) and you have mod_rewrite enabled, you won't see the file. There is a solution for that:
1) create one page in which you put the file-action. On this page, you should only upload images and no other files
1) upload an image
1) copy .htaccess from the /images directory of wikka into uploads/YourPagename
''Since the files (images) in this directory will be accessible now, i.e. you aren't redirected to wikka, it is a bad idea to upload anything else then files on this page.''


Revision [6010]

Edited on 2005-02-16 00:57:55 by BarkerJr [Additional Requirement and Clarification]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
====Files ====

<<
This is the documentation of how to manage files with wikka .
~-For the development page, take a look at FilesAction.
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod015fFilesAction.
<<::c::

You can manage files attached to wikka by inserting the action ""{{files}}"" on a page.

===Requirements===
1) a directory for the files has to exist.
1) the entry ##upload_path## in the ##wikka.config.php## has to have to same name.
1) the web server has to be able to write to the ##upload_path##.

===Upload a file===
1) click on the "Browse..." button to search for a file.
1) select a file on your computer (you can only select one) .
1) the name shopuld appear in the box right next to //add new attachment//.
1) click on the "+".
1) if you can see the file in the list, your upload was sucessfull.

===Show files===
1) look at the list to see the files attached to wikka, their size and the date they have been added.

===Download a file===
- click on the name of a file to download it.---
or
- insert ""{{Files download="filename" text="descriptive name"}}"" to create a link to download file "filename".

===Delete a file===
1) look for the file you want to delete in the list.
1) click on the small "x" before the file.

===Example===

{{files}}


----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
====Files ====

<<
This is the documentation of how to manage files with wikka .
~-For the development page, take a look at FilesAction.
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod015fFilesAction.
<<::c::

You can manage files attached to wikka by inserting the action ""{{files}}"" on a page.

===Requirements===
1) a directory for the files has to exist.
1) the entry 'upload_path' in the ##wikka.config.php## has to have to same name.
1) ...

===Upload a file===
1) click on the button to search for a file.
1) select a file on your computer (you can only select one) .
1) the name shopuld appear in the box right next to //add new attachment//.
1) click on the "+".
1) if you can see the file in the list, your upload was sucessfull.

===Show files===
1) look at the list to see the files attached to wikka, their size and the date they have been added.

===Download a file===
- click on the name of a file to download it.---
or
- insert ""{{Files download="filename" text="descriptive name"}}"" to create a link to download file "filename".

===Delete a file===
1) look for the file you want to delete in the list.
1) click on the small "x" before the file.

===Example===

{{files}}


----


Revision [3916]

Edited on 2005-01-03 11:20:30 by JavaWoman [small correction for "download a file", layout]
Additions:
[[WikkaDocumentation Wikka Documentation]]
- click on the name of a file to download it.---
- insert ""{{Files download="filename" text="descriptive name"}}"" to create a link to download file "filename".
Deletions:
WikkaDocumentation
1) click on the name of a file to download it.
1) insert ""{{Files download="filename" text="descriptive name"}}"" to show a link to download every file.


Revision [3911]

Edited on 2005-01-03 10:25:32 by DarTar [Layout]
Additions:
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod015fFilesAction.
Deletions:
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod015FilesAction.


Revision [3910]

Edited on 2005-01-03 10:25:08 by DarTar [Layout]
Additions:
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod015FilesAction.
Deletions:
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod15fFilesAction.


Revision [3909]

Edited on 2005-01-03 10:23:25 by DarTar [Layout]
Additions:
<<
This is the documentation of how to manage files with wikka .
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod15fFilesAction.
<<::c::
Deletions:
<<This is the documentation of how to manage files with wikka .
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod15fFilesAction.<<
::c::


Revision [3902]

Edited on 2005-01-02 22:32:39 by NilsLindenberg [+info-box +typo]
Additions:
<<This is the documentation of how to manage files with wikka .
~-For the development page, take a look at FilesAction.
~-For a info about the version of the ""{{files}}"" action currently included in Wikka, look at Mod15fFilesAction.<<
::c::
You can manage files attached to wikka by inserting the action ""{{files}}"" on a page.
or
1) insert ""{{Files download="filename" text="descriptive name"}}"" to show a link to download every file.
Deletions:
You can manage files attached to wikka by ,insert the action ""{{files}}"" on a page:


Revision [3901]

Edited on 2005-01-02 22:26:35 by NilsLindenberg [+download]
Additions:
1) a directory for the files has to exist.
1) the entry 'upload_path' in the ##wikka.config.php## has to have to same name.
1) click on the button to search for a file.
1) select a file on your computer (you can only select one) .
1) the name shopuld appear in the box right next to //add new attachment//.
1) click on the "+".
1) if you can see the file in the list, your upload was sucessfull.
1) look at the list to see the files attached to wikka, their size and the date they have been added.
1) click on the name of a file to download it.
1) look for the file you want to delete in the list.
1) click on the small "x" before the file.
Deletions:
1) a directory for the files has to exist
1) the entry 'upload_path' has to have to same name
1) click on the button to search for a file
1) select a file on your computer (you can only select one)
1) the name shopuld appear in the box right next to //add new attachment//
1) click on the "+"
1) if you can see the file in the list, your upload was sucessfull
1) look at the list to see the files attached to wikka, their size and the date they have been added
1) look for the file you want to delete in the list
1) click on the small "x" before the file


Revision [3900]

The oldest known version of this page was created on 2005-01-02 22:25:11 by NilsLindenberg [+download]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki