Is it possible to send an array through an HTML form back to a server? I don't know the number of elements in the array, as the user will decide how many elements to report to the server.
I will be using the FORM method=POST so it can handle larger amounts of data.
I'm using IIS on the server side if that makes any difference.
Start Free Trial