Java Tool Kit

Uses of Class
ITT.WAFr.Utilities.Upload.PostedFile

Uses of Upload.PostedFile in ITT.WAFr.Utilities
 

Methods in ITT.WAFr.Utilities that return Upload.PostedFile
 Upload.PostedFile Upload.File(String sName)
          Retrieves a PostedFile object contained within the specified posted form element.
 

Methods in ITT.WAFr.Utilities with parameters of type Upload.PostedFile
 void Email.Attachment(Upload.PostedFile oContent, String sContentId)
          Preserves any existing message attachments and adds the data represented by the Upload.PostedFile, oContent, to the attachment envelop with a relative reference ID specified within the String parameter, sContentId.
 void Email.Attachment(Upload.PostedFile oContent)
          Preserves any existing message attachments and adds the data represented by the Upload.PostedFile, oContent, to the attachment envelop.
 void Email.AddAttachment(Upload.PostedFile oContent, String sContentId)
          A convenience method or alias to Email.Attachment(Upload.PostedFile,String).
 void Email.AddAttachment(Upload.PostedFile oContent)
          A convenience method or alias to Email.Attachment(Upload.PostedFile).
 void ZipFile.Add(Upload.PostedFile oPostedFile, String sZipPath)
          Adds the file represented by the specified Upload.PostedFile object to the resulting ZIP file.
 void ZipFile.Add(Upload.PostedFile oPostedFile)
          Adds the file represented by the specified Upload.PostedFile object to the resulting ZIP file.
 


Java Tool Kit

Copyright ©2004, If•Then Technology