crap - I wrote this long reply, and the forum software threw it away on Posting.
Let me see if I remember it all;
a) you'll need build 6.32 or later
b) multi-file uploads are not supported by IE
c) in the "immediate validation" the list of files will be received as a ;|; separated list.
d) when the user clicks on Save each file will go through the HandleFile method.
e) the first file will be assigned to the fil:fieldname variable. (this is the p_name parameter in handle file.) Subsequent files will have a suffix on the end - eg fil:fieldname_2, fil:fieldname_3 and so on. (there is no fil:fieldname_1).
f) in the form you will need to manually save the additional fields (fil:fieldname_2 etc) in the Validaterecord routine. At this stage there is no automatic support for where these fields go.
Cheers
Bruce