<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <% Dim SundyUpload_SourceData Class SundyUpload Dim objForm,objFile,Version,objProgress Dim xmlPath,CharsetEncoding PublicFunction Form(strForm) strForm=lcase(strForm) IfNOT objForm.exists(strForm) Then Form="" Else Form=objForm(strForm) EndIf End Function PublicFunction File(strFile) strFile=lcase(strFile) IfNOT objFile.exists(strFile) Then Set File=new