Open rpostolov opened 9 years ago
Hi @rpostolov
Do you have any error message or anything else?
I have a sample using single upload and collecetion upload working well and available in this repository sample for example: https://github.com/sescandell/CollectionUploadSample
The Product generator: https://github.com/sescandell/CollectionUploadSample/blob/master/src/Acme/DemoBundle/Resources/config/Product-generator.yml use both single_upload and collection_upload (through the library form)
Otherwise, I should be able to dive into you codes next week (I'm not available before that)
Thanks,
Hi,
Thanks for your answer and don't worry look at this when you have time :)
Unfortunately i don't have any other errors message.
I'm looking to your file.
Thanks
@rpostolov I'm useing single upload and collection upload in the same form, and it works :ok:
However I'm useing the new-unstable repo, and there have been some minor fixes to both form types recently.
By the afe_
prefix I can tell you're useing the old-legacy repo. Can you tell me which version are you iseing? latest tag 0.1.4
? or @dev-master
or maybe some other?
Hi loostro,
I am using @dev-master, but now it's weird because few days ago it didn't work i cleared the cache try again and nothig. Now it work, i have only on error about array key not exist in SingleUploadSubscriber.php from avocode but it's not blocking the action. I don't undurstand why it's working now and why not before...
Hi,
I have a form in which i can upload one picture as a pricnipal picture and just below i added a multi upload which allow to upload more pictures but the form can't be saved when i'm using both in the same time. When i try with only one of them it works perfectly.
So if you can help me because i'm on it for two days.
Here is my code :
Edito entity :
Gallery entity
EditoAmin-genrator.yml
GalleryAdmin-generator.yml
Thanks :)