<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <TITLE>Please title this page. (testupload.htm)</TITLE>
</HEAD>
<BODY>
<P>
<!--

<% '########## INTIALIZE THE OBJECT ##########
  Set ObjUpLoad = Server.CreateObject("EZsite.EZuploadLite")
  'ObjUpLoad.MaxFileBytes = 15 
'ObjUpLoad.RejectEmptyExtension = true
  'ObjUpLoad.InputSize = "20" 
'ObjUpLoad.FileExtensionList "txt", "gif"
  'ObjUpLoad.UpLoadPath = "C:\EZsiteUpLoad\FileUploadTestFiles2\" 
'ObjUpLoad.RejectExeExtensions = true
  If Request.QueryString("Page")=1 Then
	  ObjUpLoad.Upload
  %>

--> FILE UPLOADED to <%=ObjUpLoad.UpLoadPath%> <!--

<% 
End If
%>

-->
<FORM NAME=PW ACTION="testupload.asp?Page=1" METHOD="POST" ENCTYPE="multipart/form-data">
  <INPUT TYPE=FILE SIZE=45 NAME="EZsiteFileData">
  [<A HREF="javascript:document.PW.submit();"><B> S U B M I T </B></A>]
</FORM>
</BODY></HTML>