jQuery Multiple File Upload Plugin v1.47: help
Hi,
i use this plugin to upload images and i want to add some input for the "alt" and "title" tag.
Is it possible to make thoses inputs replaced by new ones when i choose files?
I explain:
my html form:
- <form action="test.php" method="post" enctype="multipart/form-data">
- <input type="file" name="fileX[]" class="multi" id="fichier"/>
- <input type="text" name="alt" class="multi" value="alt" /><br />
- <input type="text" name="title" class="multi" value="title" /><br />
- <input type="button" name="Submit" value="Envoyer" id="send" />
- </form>
when i add a file, i want that the text inputs be hide and be replaced by new ones.
I'm sorry for my english, i'm french... If you know another plugin wich make this, i'm ok.
Axi