Welcome Guest, Not a member yet? Register   Sign In
File Uploading
#1

How to upload file in codeigniter2.3
Reply
#2

Read the userguide
Reply
#3

Along with the source code installer, you will find the users manual.
Just read it.
Reply
#4

(08-03-2015, 11:47 PM)Midhun Mohanan P Wrote: How to upload file in codeigniter2.3


Attached Files Thumbnail(s)
           
Reply
#5

showing errors
What is the problem in coding
Reply
#6

You should remove '../../' in your $config['upload_path']. You need to point it relative from the main index.php, not relative to your controller file.
Reply
#7

(08-04-2015, 01:42 AM)Diederik Wrote: You should remove '../../' in your $config['upload_path']. You need to point it relative from the main index.php, not relative to your controller file.

my folder structure attached on this msg.
i need to upload image in amenities folder
how to do it

Attached Files Thumbnail(s)
   
Reply
#8

(08-04-2015, 01:42 AM)Diederik Wrote: You should remove '../../' in your $config['upload_path']. You need to point it relative from the main index.php, not relative to your controller file.

thaks all for your support
finally i correct my mistake

thank you
Reply




Theme © iAndrew 2016 - Forum software by © MyBB