You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one entity named "Article", and I want to associate with every article some files during the adding of the entity (form), so I don't know how to use this bundle !
I'm a bigenner in symfony, so plz if you can tell me the steps in details, i'll be so grateful :)
I want to allow the user to select multiple files.
So, I'm trying to use the GenemuFormBundle in my Symfony2 app. I followed the steps in the documentation, and the bundle is installed correctly.
but I don't know what to do next to allow the user to select multiple files and save it in one of my database tables !
should i add a new colonne to my database or ... !!
give me steps in details plz :)
The text was updated successfully, but these errors were encountered: