Welcome Guest, Not a member yet? Register   Sign In
How uploading many files?
#1

[eluser]iniweb[/eluser]
Example i'am using File Class:

Code:
$this->load->library('upload', $this->config->config);
$this->upload->initialize($this->config->config);
$this->upload->do_upload('userfile', 'videofile');

Userfile - Image
Videofile - Media

But return only userfile:

Quote:Array ( [file_name] => drupal_ru.png [file_type] => image/png [file_path] => /home/yaba/html/uploads/images/ [full_path] => /home/yaba/html/uploads/images/drupal_ru.png [raw_name] => drupal_ru [orig_name] => [file_ext] => .png [file_size] => 130.66 [is_image] => 1 [image_width] => [image_height] => [image_type] => [image_size_str] => )


Messages In This Thread
How uploading many files? - by El Forum - 11-03-2007, 02:03 PM
How uploading many files? - by El Forum - 11-03-2007, 03:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB