%@ Language=VBScript %> <% Response.Buffer = true '****************************************************************************** 'Copyright Dundas Software Ltd. 2000. All Rights Reserved. ' 'PURPOSE: The user can upload up to 3 files to the server. If the operation ' is successful the user will receive a success message, if the ' operation fails then a failure message will be displayed. ' 'POST DESTINATION: Process.asp ' 'COMMENTS: Note that a maximum size of one (1) MBytes per file is allowed. ' ' 'Dundas Software Contact Information: ' Email: sales@dundas.com ' Phone: (800) 463-1492 ' (416) 467-5100 ' Fax: (416) 422-4801 '****************************************************************************** %>
