Difference between revisions of "Help:Uploading"

From Chemical Engineering @ UP wiki
Jump to: navigation, search
(New help page for file uploading)
 
m
Line 15: Line 15:
 
== Files ==
 
== Files ==
 
===Uploading===
 
===Uploading===
Uploading files to the wiki requires an [http://en.wikipedia.org/wiki/FTP_clients ftp client]. Most ftp clients have a GUI making file uploading very similar to file management in a file manager such as Windows Explorer or Nautilus. Anonymous access to the ftp or simply ftp://ragnarok/publicftp allows for file uploading in the ''publicftp'' directory (or its subdirectories).
+
Uploading files to the wiki requires an [http://en.wikipedia.org/wiki/FTP_clients ftp client] (Windows Explorer also works). Most ftp clients have a GUI making file uploading very similar to file management in a file manager such as Windows Explorer or Nautilus. Anonymous access to the ftp or simply ftp://ragnarok/publicftp (type this in the Windows Explorer address bar) allows for file uploading in the ''publicftp'' directory (or its subdirectories).
 
===Linking to files===
 
===Linking to files===
 
Once uploaded, the files can be linked to in a page using standard external links (as explained in the [[Help:Formatting#Links|formatting/links help page]]). As an example, the Ubuntu Pocket Guide can be linked to using;
 
Once uploaded, the files can be linked to in a page using standard external links (as explained in the [[Help:Formatting#Links|formatting/links help page]]). As an example, the Ubuntu Pocket Guide can be linked to using;

Revision as of 09:41, 2 February 2010

When creating a wiki page for information and file sharing, the upload of files and images are important. In this context "files" refer to files that are not explicitly displayed on the wiki, for instance this pdf file. "Images" refer to pictures and graphs shown on the wiki pages, for example the logo panel on the Main Page and the photo on the pH rig page.

Images

Uploading and using images on the wiki is a simple procedure using only the web browser.

Uploading

  • Click the Upload file link on the left (below Toolbox)
  • Click Browse to select the image to upload (permitted file types: png, gif, jpg, jpeg)
  • Fill in a filename (important) and description and click Upload file.

Inserting in pages

Using the filename as entered when uploading the image, one of the following forms can be used to display the image;

  • [[File:File.jpg]] to use the full version of the file
  • [[File:File.png|200px|thumb|left|alt text]] to use a 200 pixel wide rendition in a box in the left margin with 'alt text' as description

The Mediawiki image help page can be consulted for more explanations and options when using images.

Files

Uploading

Uploading files to the wiki requires an ftp client (Windows Explorer also works). Most ftp clients have a GUI making file uploading very similar to file management in a file manager such as Windows Explorer or Nautilus. Anonymous access to the ftp or simply ftp://ragnarok/publicftp (type this in the Windows Explorer address bar) allows for file uploading in the publicftp directory (or its subdirectories).

Linking to files

Once uploaded, the files can be linked to in a page using standard external links (as explained in the formatting/links help page). As an example, the Ubuntu Pocket Guide can be linked to using;

[ftp://ragnarok/publicftp/documents/linux/ubuntupocketguide-v1-1.pdf Ubuntu Pocket Guide]

which generates this; Ubuntu Pocket Guide