Hi simon, welcome to the Boards !
You can pass a comma separated list of data, parsing it on server side trough the language you're using for it. So basically you send a list of hunderd of values separated by comma, you split on server side and save as you need. Another approach is Remoting, but is a server side functionality not always free (not under .Net at least)
Jorge