I want to render igCombo
against each file when i add them using igUpload
.
The idea is that when user presses the add button and selects the images, an igCombo
is rendered in front of each file where the user can put some additional information before uploading them.
Is this possible to be accomplished using igUpload
?
There is no easy way to achieve this. It will require a lot of custom logic. Here is what you need to do if you want to try implementing it by yourself: