Hello,
In my forms I usually use...
$crud->set_field_upload('flag', 'assets/uploads/images/flags');
... and with it I can upload one image but my question is:
Instead of only uploading an image, will it be possible to use again an image uploaded without the need of uploading again the same image?
Thanks for your help.
Best