Hi guys! I was trying to set up the plug in produced by fyneworks http://www.fyneworks.com/jquery/multiple-file-upload/. I've got a problem. I believe it's very simple for you: This script generates different <input type="file"> but I don't know which are their NAME.
In the support pages they suggest to PHP users to create an array in this way <input type="file" name="MyStuff[]"...> But I'm an ASP developer and I don't know how can I create my array into the input form. Using a non-array NAME, so the same for different <input type="file"> the ASP script which upload the files goes in error. So I have to put an Array which generates automatically differents NAMES for differents input... but how?? Thanks for the attention. ReDadog