Good morning...<br><br>I am developing an app for IE5.0+ where I need to have a mechanism for the user to send 1-5 small files that are stored on the client to a server. The ideal case would be via email with 1-5 attachments. Does anyone have any ideas on how to open an email (I can require the use of Outlook if an ActiveX object would help) and attach files to it ?<br><br>Also, if I have to resort to an <input file="..."> tag then is there a way to use JavaScript to assign values to those file fields ?<br><br>My goal is to get the correct files uploaded without having the user specify the names of the files (very error prone).<br><br>Thanks for any help !!!