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
In my application, I have 2 templates with file upload functionality using drop zones. When I upload files by dragging/dropping on one template, it triggers the file upload on both templates.
I've tried using unAssignDrop in the .onDestroyed callback but that didn't help, any ideas?
I'm assigning the drop zone in the .onRendered callback:
Hi, file-collection only creates a single instance of resumable.js. If you want multiple independent drop zones, you need to create/configure your own resumable.js instance for each template.
I would assume so. If you have questions or issues about resumable.js please be aware that it is an independent project. File-collection only includes it as a convenience. I didn't write it and I don't have time to consult on its use client-side.
In my application, I have 2 templates with file upload functionality using drop zones. When I upload files by dragging/dropping on one template, it triggers the file upload on both templates.
I've tried using unAssignDrop in the .onDestroyed callback but that didn't help, any ideas?
I'm assigning the drop zone in the .onRendered callback:
And I'm un-assigning the drop zone in the .onDestroyed callback:
The text was updated successfully, but these errors were encountered: