Hi,
I'm looking to find a better and correct way to upload a multiple image on one form at the front page. What i am looking for is for example for user registration, i want the user be able to upload multiple image (probably it's better if it has like an ajax functionality where we can add the file upload field on the form)
Is it correct if on the Member dataobject i create it like this :
'has_many' => array(
'Pic' => 'Image'
),
Then how to create the correct form, so user can upload more than one picture from one process.
Any help would be appreciated :)