This is seriously killing me:

Does anyone use MSN Hotmail? If so, they have an e-mail attachment screen
that I wish to emulate, but for my purposes instead of attaching files to an
e-mail, I am trying to upload images to an on-line photo gallery.

I have the file input box, and script (Javascript) that will take the file
path from the input box and add a new option to the multi select box. The
path is the value of the new option, and I parse the path to get the file
name, and use that as the text value of the new option.

I need to loop through the select box and upload/save each file on the
server. I have tried SA File Up, but it was not working correctly. I tried
an eval version of ASPUpload, to no avail.

Has anyone had any experience with this? Any help is greatly appreciated.

Regards,

Nathan Arnold