I have a jQuery button that every time is pressed appends the inputs below to a form. My problem is that i need a way to also give name attributes (numbers) to the new inputs that jQuery produces.
1: <input type="file">
2: <input type="file">
3: <input type="file">
4: <input type="file">