⚠ 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

set_field_upload on a non-existing field



o_Odin

o_Odin
  • profile picture
  • Member

Posted 30 April 2014 - 04:32 AM

Hi everyone! Can I create upload form on a non-existing in database field?

I just want to reduce the number of columns in the database. All pictures will be renamed as $id_of_row_in_table . ".jpg".

I created field ->fields(... ,"item_image"), but a simple call ->set_field_upload("item_image") does not work.