You can also have us develop your custom scripts.
Please visit the main website www.haan.net and contact us for prices.
Add form file input fields
Just browse for a file, after, a second file field will be added, and so on.
Your image: 0 | 10 can be added.
The names of the file fields differ like imageName_1, imageName_2, etcetera, so you can easily loop through them in the server side script.
Make sure in the code this is on one line: <a href="#imageUpload" id="imageUpload" name="imageUpload"><input type="file" name="imageName_1" id="1" /></a>
Also, a max can easily be set.
The anchor tag will scroll down automatically after adding an image.
Dynamically generated text will notify the user how many images are left.