From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/libraries/file_uploading.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'user_guide/libraries/file_uploading.html') diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index eea1feb6c..80ec869a0 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -2,7 +2,7 @@ -Code Igniter User Guide +CodeIgniter User Guide @@ -22,7 +22,7 @@ window.onload = function() { - + @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.2

CodeIgniter User Guide Version 1.5.3

@@ -45,7 +45,7 @@ window.onload = function() { @@ -63,7 +63,7 @@ File Uploading Class

File Uploading Class

-

Code Igniter's File Uploading Class permits files to be uploaded. You can set various +

CodeIgniter's File Uploading Class permits files to be uploaded. You can set various preferences, restricting the type and size of the files.

@@ -190,7 +190,7 @@ class Upload extends Controller {

The Upload Folder

-

You'll need a destination folder for your uploaded images. Create a folder at the root of your Code Igniter installation called +

You'll need a destination folder for your uploaded images. Create a folder at the root of your CodeIgniter installation called uploads and set its file permissions to 777.

@@ -211,7 +211,7 @@ controller is correct it should work.

Initializing the Upload Class

-

Like most other classes in Code Igniter, the Upload class is initialized in your controller using the $this->load->library function:

+

Like most other classes in CodeIgniter, the Upload class is initialized in your controller using the $this->load->library function:

$this->load->library('upload');

Once the Upload class is loaded, the object will be available using: $this->upload

@@ -429,7 +429,7 @@ Previous Topic:  Download HelperUser Guide Home   ·   Next Topic:  FTP Class

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b