Hi Razvan,
I was thinking about your multifile upload component and how I can give you some handles before I'm off to my vacation :)
So what I think might help is thinking about your problem a bit more in a reactive fashion (the React way) and strictly separating the presentational and logic part. I think more often than not, flowcharts make our reasoning about the problem more complex than need be. They're useful, but more so for testing your solutation and documenting edge-cases, not so much serving as a blueprint for your solution.
First worry about what you are going to show on the screen, (the presentational part). There's a droparea with some states, and there's the uploading/uploaded files. Both are contained within a component which handles the logic.
The droparea has some fixed amount of variables (not sure what the warning state was about anymore):