MimeVersion Property

 Object: SoftArtisans.FileUp
 Syntax: MimeVersion
 Type: String
 Read/Write: Read Only
 Description: This is typically left blank by both Microsoft and Netscape browsers but may contain the MIME version.

If there is more than one file being uploaded in a single page, only the first one is displayed.

To examine the MIME version of multiple files in a single upload, there is an equivalent property for each file object, i.e., upl.Form("FILE1").MimeVersion.

 

Previous Page Next Page