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 want to use two dropzone in one html page. And I want to create two functions to handle different files from different dropzones. But when I am creating action_view in dropzone, I can only call one function.
I write two functions in flask
I want to use two dropzone in one html page. And I want to create two functions to handle different files from different dropzones. But when I am creating action_view in dropzone, I can only call one function.


I write two functions in flask