Welcome Guest, Not a member yet? Register   Sign In
Inserting image
#4

[eluser]CroNiX[/eluser]
Try inserting your data (which relies on data from the upload being processed) after you process the image, which gets triggered with $this->upload->do_upload()

-load image library/config
-if do_upload() succeeds, THEN save in db, display success view (might also want to test to see if the insert was successful first)
-if not, display upload error


Messages In This Thread
Inserting image - by El Forum - 07-31-2012, 04:10 AM
Inserting image - by El Forum - 07-31-2012, 06:49 AM
Inserting image - by El Forum - 07-31-2012, 02:26 PM
Inserting image - by El Forum - 07-31-2012, 03:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB