I'm wondering if anyone knows how or even if it is possible to show a certain amount of file upload fields in a form pending the an amount I want to give a user to upload. I have a database where I want to save a cell called "amtupload" and here I want the form to check how many fields to give the user.
Example: User = Susie, amtupload = 3
So there would be 3 file upload fields on the form for this user and so on if the amtupload = 4, 5, 6, 7 & 8.
Also once I get this I need it to check how many files are already uploaded and if say for instance they only uploaded one file they should have 2 file upload fields in the form until they decide to upload the other 2 at anytime.
I'm Really stuck on this, so if anyone can help me thank you in advance. Also any examples would be greatly appreciated.