Welcome Guest, Not a member yet? Register   Sign In
How to integrate upload file with my form
#2

[eluser]noideawhattotypehere[/eluser]
Have a form_open_multipart() instead of form_open() in your view, then
Code:
<input type="file" name="userfile" size="20"/>

will be your input file field, place anywhere you want in your view, then after initialization of your upload library call
Code:
$this->upload->do_upload()
If it fails it returns false so you can do some error logging etc. Simple as that, i wont write everything for you as your document is so terrible to work with. (especially that 2342342343 line function)


Messages In This Thread
How to integrate upload file with my form - by El Forum - 09-27-2013, 02:56 AM
How to integrate upload file with my form - by El Forum - 09-27-2013, 03:57 AM
How to integrate upload file with my form - by El Forum - 09-27-2013, 08:27 AM
How to integrate upload file with my form - by El Forum - 09-27-2013, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB