⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

callback call callback to autocomplete field



randori21
  • profile picture
  • Member

Posted 30 May 2013 - 01:46 AM

Hello all,

 

I have make libraries on CodeIgniter and I have try without error. I want to use it with GroceryCrud. My library is return a properties from image after it uploaded. I using callback_after_upload but I need to store on field before insert. I have an idea to use callback_field. But how to call callback_field inside callback_after_upload? and could it work as autocomplete?

 

Thanks alot in advance!

 


davidoster
  • profile picture
  • Member

Posted 30 May 2013 - 12:35 PM

Hello and welcome to the forums.

Try to use also callback_before_insert.

You may need to store the details of the uploaded image on a class variable.