Private Sub Class_Initialize formData = Request.BinaryRead(Request.TotalBytes) Set Form = Server.CreateObject("Scripting.Dictionary") sAuthor = "51JS.COM-ZMM" sVersion = "Upload Class 1.0" End Sub
Public Property Get ErrMessage ErrMessage = sErrors End Property
Public Property Get Author Author = sAuthor End Property
Public Property Get Version Version = sVersion End Property
Public Property Let CheckFields(byVal sCheck) cFields = sCheck End Property
Public Property Let Folder(byVal sFolder) folderPath = sFolder End Property
Public Function Start Finished = False bVBCrlf = StrToByte(vbCrlf & vbCrlf)