-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Multi upload with single upload #815
Comments
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 🆗 However I'm useing the new-unstable repo, and there have been some minor fixes to both form types recently. By the |
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 :)
The text was updated successfully, but these errors were encountered: