<% '########## 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 ObjUpLoad.Upload %>