Welcome Guest, Not a member yet? Register   Sign In
Problem in uploading image
#3

[eluser]d1a8lo24[/eluser]
You're missing the following function

Code:
$this->upload->do_upload()

Also since you're using a different name on your file field you must specified that.

Code:
$this->upload->do_upload('somefieldname')

You can also reference the users guide again

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

All the information is there.


Messages In This Thread
Problem in uploading image - by El Forum - 05-13-2011, 04:56 AM
Problem in uploading image - by El Forum - 05-13-2011, 08:29 AM
Problem in uploading image - by El Forum - 05-13-2011, 02:13 PM
Problem in uploading image - by El Forum - 05-13-2011, 02:15 PM
Problem in uploading image - by El Forum - 05-16-2011, 12:21 AM
Problem in uploading image - by El Forum - 05-16-2011, 12:40 AM
Problem in uploading image - by El Forum - 05-16-2011, 12:53 AM
Problem in uploading image - by El Forum - 05-16-2011, 12:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB