Maybe it's a little off-topic, but I'm thinking about a problem I need to solve for a future application I want to code using django. And I think many of you can help me. Basically users will need to insert multiple images associated to an object and its features (images are pictures of that object). So I'll have a form to enter some features of that object (date, size etc.) and a proper way to insert multiple images EASILY. Easily means that typing each path or browsing to reach each image location for uploading is not ok for my future users; is there an easier way? I know that drag and drop is not possible. I'm a newbie in this field.
Any ideas? Thanks in advance, Emanuele