Welcome Guest, Not a member yet? Register   Sign In
Upload images along with my news items ?
#12

[eluser]farinspace[/eluser]
By the looks of your code you would use the following:

Code:
$file_name = !empty($data['upload_data']) ? $data['upload_data']['file_name'] : NULL ;
$this->MNews->addNews($file_name);

Take a look at the File Uploading Class section of the user guide (scroll to the bottom of the page, for all the params you can use):

http://ellislab.com/codeigniter/user-gui...ading.html


Messages In This Thread
Upload images along with my news items ? - by El Forum - 03-22-2010, 04:10 AM
Upload images along with my news items ? - by El Forum - 03-22-2010, 11:47 PM
Upload images along with my news items ? - by El Forum - 03-23-2010, 02:25 AM
Upload images along with my news items ? - by El Forum - 03-23-2010, 02:44 AM
Upload images along with my news items ? - by El Forum - 03-23-2010, 02:57 AM
Upload images along with my news items ? - by El Forum - 03-23-2010, 05:46 AM
Upload images along with my news items ? - by El Forum - 03-23-2010, 05:58 AM
Upload images along with my news items ? - by El Forum - 03-23-2010, 06:00 AM
Upload images along with my news items ? - by El Forum - 03-24-2010, 02:24 AM
Upload images along with my news items ? - by El Forum - 03-24-2010, 05:05 AM
Upload images along with my news items ? - by El Forum - 03-24-2010, 05:56 AM
Upload images along with my news items ? - by El Forum - 03-24-2010, 08:50 AM
Upload images along with my news items ? - by El Forum - 03-24-2010, 09:21 AM
Upload images along with my news items ? - by El Forum - 03-25-2010, 02:52 AM
Upload images along with my news items ? - by El Forum - 03-25-2010, 08:46 AM
Upload images along with my news items ? - by El Forum - 03-25-2010, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB