What I would like to do, is to make a user choose how many upload fields he/she wants, and then process the integer they enter in a form.
An example:
The user enters '3' in the form and press submit, the data is processed, and 3 input fields show up in the upload page.
How should I do to accomplish this, if it's possible, that is?!