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
My problem is:
When I click "Add Files" I have a file browser that allow me to select a file, the file shows up, no problem.
But when I click again on Add Files to select a second file, the second file replace the first. instead of adding to the queue :
The behavior I expect is : when I click on add file, a new row appear to allow me to select an additionnal file. Instead of replacing the first one.
any idea ?
Thanks
The text was updated successfully, but these errors were encountered:
When you are using collection upload with sync mode, the behavior you describe going to happen. You have to configure async upload to achieve what you want.
Hello,
I am tryin to buid a form that allows user to add an image collection to an entity.
Entity property :
Entity propertyImage :
So I have a formType for property which is :
And the ImageType is basically simple :
And here are the results:
My problem is:
When I click "Add Files" I have a file browser that allow me to select a file, the file shows up, no problem.
But when I click again on Add Files to select a second file, the second file replace the first. instead of adding to the queue :
The behavior I expect is : when I click on add file, a new row appear to allow me to select an additionnal file. Instead of replacing the first one.
any idea ?
Thanks
The text was updated successfully, but these errors were encountered: