Welcome Guest, Not a member yet? Register   Sign In
where i get the information about upload files?
#2

[eluser]Seppo[/eluser]
Quote:$this->upload->data()
This is a helper function that returns an array containing all of the data related to the file you uploaded. Here is the array prototype:

Array
(
[file_name] => mypic.jpg
[file_type] => image/jpeg
[file_path] => /path/to/your/upload/
[full_path] => /path/to/your/upload/jpg.jpg
[raw_name] => mypic
[orig_name] => mypic.jpg
[file_ext] => .jpg
[file_size] => 22.2
[is_image] => 1
[image_width] => 800
[image_height] => 600
[image_type] => jpeg
[image_size_str] => width="800" height="200"
)
http://ellislab.com/codeigniter/user-gui...ading.html


Messages In This Thread
where i get the information about upload files? - by El Forum - 07-10-2008, 11:37 PM
where i get the information about upload files? - by El Forum - 07-11-2008, 05:17 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 09:25 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 09:26 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 09:50 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 12:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB