How to add text input to dropzone upload
问题 I'd like to allow users to submit a title for each file that is dragged into Dropzone that will be inputted into a text input. But i don't know how to add it. Everyone can help me? This is my html code code <form id="my-awesome-dropzone" class="dropzone"> <div class="dropzone-previews"></div> <!-- this is were the previews should be shown. --> <!-- Now setup your input fields --> <input type="email" name="username" id="username" /> <input type="password" name="password" id="password" />