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.