<%@ LANGUAGE="VBSCRIPT" %> <% '--- Module: FORM.ASP '--- '--- Simple file upload form, consisting of only a single file upload form element '--- '--- Copyright (c) 1997, 1998, 1999 Software Artisans, Inc. '--- Mail: info@softartisans.com http://www.softartisans.com %> Simple Upload Example

SA-FileUp Upload Simple Sample

 

<% '--- '--- Note the special form definition tag: ENCTYPE="multipart/form-data" '--- %>
<% '--- '--- Note the use of the TYPE="FILE" specification '--- %>
Enter Filename:
Note: if a button labeled "Browse..." does not appear, then your browser does not support File Upload. For Internet Explorer 3.02 users, a free add-on is available from Microsoft. Please see the SA-FileUp documentation for more information.