Our application provides a global dropzone for convenient uploads into a media library - you drag a file, and an overlay for the entire page tells you that you can drop it anytime.
However, on certain occasions, our users would like to be able to drop files directly to form - e.g. to upload an image and link it to a blog post.
While the idea of stacked or otherwise combined dropzones on one page seems a bit wild, I was wondering if there are already some solutions to this problem. What would be the alternatives?
Initially, I was thinking of two solutions that could be easily possible:
What we have currently:
Idea 1:
Idea 2:


